From 719b9c9210a8829e55deb5fbaef476daac3fbb51 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Sun, 14 Jun 2026 10:02:57 -0400 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=EB=B6=80=ED=98=B8=EC=B6=9C=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8e1a234..0f3446c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -38,16 +38,16 @@ server: # ================================ auth: api: - base-url: http://localhost:8080/auth-service + base-url: http://auth-service:8080/auth-service hcm: api: - base-url: http://localhost:8081/hcm-rest-api + base-url: http://hcm-rest-api:8081/hcm-rest-api sys: api: - base-url: http://localhost:8090/sys-rest-api + base-url: http://sys-rest-api:8090/sys-rest-api integration: api: - base-url: http://localhost:8091/integration-service + base-url: http://integration-service:8091/integration-service internal: integration: token: ${INTEGRATION_INTERNAL_TOKEN} \ No newline at end of file