From f14dec796c5a8a216225fbccb2a72e831c6eaf3b Mon Sep 17 00:00:00 2001 From: AleixMT Date: Fri, 23 Feb 2024 11:22:02 +0100 Subject: [PATCH] UPDATED: gateway listens now to all intefaces --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e583f0d..38b400c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -42,5 +42,7 @@ spring.cloud.gateway.globalcors.cors-configurations.[/**].allowedMethods=POST management.endpoint.gateway.enabled=${ROUTE_TABLES_ENABLED:true} management.endpoints.web.exposure.include=* +# Listen to all interfaces +server.address=0.0.0.0