Fix: gateway local profile fallback URL을 컨테이너 이름으로 변경
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-23 13:01:53 +09:00
parent 165a6340ea
commit 541150d3f4

View File

@@ -34,12 +34,12 @@ mcp:
gateway: gateway:
url: http://localhost:${server.port}/mcp/api/v1 url: http://localhost:${server.port}/mcp/api/v1
fallback: fallback:
default-url: http://localhost:8084 default-url: http://tool-other:8084
routes: routes:
sms: http://localhost:8082 sms: http://tool-sms:8082
email: http://localhost:8083 email: http://tool-email:8083
payment: http://localhost:8085 payment: http://tool-payment:8085
hr: http://localhost:8086 hr: http://tool-other:8084
tool: tool:
host: localhost host: localhost