fix: Gateway Fallback 라우팅 누락 수정 (hr, payment 모듈 추가)

This commit is contained in:
jade
2026-07-13 13:25:39 +09:00
parent 3e9d7c4d1d
commit a6f00d506b
9 changed files with 174 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ spring.application.name=axhub-admin
# Gateway Fallback Routing (For unregistered tools)
mcp.gateway.fallback.routes.email=http://tool-email:8083
mcp.gateway.fallback.routes.sms=http://tool-sms:8082
mcp.gateway.fallback.routes.hr=http://tool-hr:8086
mcp.gateway.fallback.routes.payment=http://tool-payment:8085
mcp.gateway.fallback.default-url=http://tool-other:8084
server.port=8081