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:
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user