From 541150d3f46b37f66aa7d97d76b38a9c5469bc99 Mon Sep 17 00:00:00 2001 From: jade Date: Thu, 23 Jul 2026 13:01:53 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20gateway=20local=20profile=20fallback=20U?= =?UTF-8?q?RL=EC=9D=84=20=EC=BB=A8=ED=85=8C=EC=9D=B4=EB=84=88=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dap-gateway/src/main/resources/application-local.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dap-gateway/src/main/resources/application-local.yml b/dap-gateway/src/main/resources/application-local.yml index 5244da86..261a2ad0 100644 --- a/dap-gateway/src/main/resources/application-local.yml +++ b/dap-gateway/src/main/resources/application-local.yml @@ -34,12 +34,12 @@ mcp: gateway: url: http://localhost:${server.port}/mcp/api/v1 fallback: - default-url: http://localhost:8084 + default-url: http://tool-other:8084 routes: - sms: http://localhost:8082 - email: http://localhost:8083 - payment: http://localhost:8085 - hr: http://localhost:8086 + sms: http://tool-sms:8082 + email: http://tool-email:8083 + payment: http://tool-payment:8085 + hr: http://tool-other:8084 tool: host: localhost