내부호출 변수 값 변경

This commit is contained in:
Hyojin Ahn 2026-06-14 10:02:57 -04:00
parent 3ed7f0c7f1
commit 719b9c9210
1 changed files with 4 additions and 4 deletions

View File

@ -38,16 +38,16 @@ server:
# ================================ # ================================
auth: auth:
api: api:
base-url: http://localhost:8080/auth-service base-url: http://auth-service:8080/auth-service
hcm: hcm:
api: api:
base-url: http://localhost:8081/hcm-rest-api base-url: http://hcm-rest-api:8081/hcm-rest-api
sys: sys:
api: api:
base-url: http://localhost:8090/sys-rest-api base-url: http://sys-rest-api:8090/sys-rest-api
integration: integration:
api: api:
base-url: http://localhost:8091/integration-service base-url: http://integration-service:8091/integration-service
internal: internal:
integration: integration:
token: ${INTEGRATION_INTERNAL_TOKEN} token: ${INTEGRATION_INTERNAL_TOKEN}