From f78970e13d262d385074a427fb05d50835f40913 Mon Sep 17 00:00:00 2001 From: minisun Date: Thu, 5 Dec 2024 13:03:36 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20server=20url=EC=9D=84=20infra=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=EC=9D=98=20helm=20chart=EC=97=90=20=EB=A7=A4?= =?UTF-8?q?=ED=95=91=EB=90=9C=20value=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d2e88b07c7a97ff3aae6cb0930a333fb6e67ab52 Mon Sep 17 00:00:00 2001 From: minisun Date: Thu, 5 Dec 2024 13:09:37 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20server=20url=EC=9D=84=20infra=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=EC=9D=98=20helm=20chart=EC=97=90=20=EB=A7=A4?= =?UTF-8?q?=ED=95=91=EB=90=9C=20value=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: