diff --git a/chat/src/main/resources/application.yml b/chat/src/main/resources/application.yml index d2a75798..8df8605d 100644 --- a/chat/src/main/resources/application.yml +++ b/chat/src/main/resources/application.yml @@ -26,7 +26,7 @@ server: auth: url: "http://localhost:30001/" url: - server: "${SERVER_SERVICE_URL:http://localhost:8080/}" + server: ${SERVER_SERVICE_URL:http://localhost:8080/} front : "http://localhost:63342" page: diff --git a/user/src/main/resources/application-dev.yml b/user/src/main/resources/application-dev.yml index e4a3d67e..14ba0115 100644 --- a/user/src/main/resources/application-dev.yml +++ b/user/src/main/resources/application-dev.yml @@ -14,7 +14,7 @@ auth: url: ${AUTH_SERVICE_URL:http://localhost:8080} url: - server: "http://localhost:8082" + server: ${SERVER_SERVICE_URL:http://localhost:8082} server: port: 8081