forked from kimhyungsik/ax_hub_mcp_tool
fix: Gateway Fallback 라우팅 누락 수정 (hr, payment 모듈 추가)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user