Fix: gateway local profile fallback URL을 컨테이너 이름으로 변경
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user