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