From a58af8178adb74f20a4c2849fdeab5ac9bbcf523 Mon Sep 17 00:00:00 2001 From: jade Date: Fri, 4 Sep 2026 18:09:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dat-gateway/src/main/resources/application.yml b/dat-gateway/src/main/resources/application.yml index afe41b92..56f7e805 100644 --- a/dat-gateway/src/main/resources/application.yml +++ b/dat-gateway/src/main/resources/application.yml @@ -39,18 +39,18 @@ mcp: tool-server-api-key: tool-server-key gateway: fallback: - default-url: http://was-cus:8084 + default-url: http://localhost:8084 routes: - cmm: http://was-sal:8082 - cus: http://was-cus:8084 - sal: http://was-sal:8082 + cmm: http://localhost:8082 + cus: http://localhost:8084 + sal: http://localhost:8082 # Existing SMS category callers continue to resolve to the SAL Pod. - sms: http://was-sal:8082 - oth: http://was-cus:8084 - hr: http://was-cus:8084 - pro: http://was-pro:8085 - sys: http://was-sys:8086 - iam: http://was-sys:8086 + sms: http://localhost:8082 + oth: http://localhost:8084 + hr: http://localhost:8084 + pro: http://localhost:8085 + sys: http://localhost:8086 + iam: http://localhost:8086 agent-claims-required: false trusted-claims-required: false