내부호출 변수 값 변경
This commit is contained in:
parent
3ed7f0c7f1
commit
719b9c9210
|
|
@ -38,16 +38,16 @@ server:
|
|||
# ================================
|
||||
auth:
|
||||
api:
|
||||
base-url: http://localhost:8080/auth-service
|
||||
base-url: http://auth-service:8080/auth-service
|
||||
hcm:
|
||||
api:
|
||||
base-url: http://localhost:8081/hcm-rest-api
|
||||
base-url: http://hcm-rest-api:8081/hcm-rest-api
|
||||
sys:
|
||||
api:
|
||||
base-url: http://localhost:8090/sys-rest-api
|
||||
base-url: http://sys-rest-api:8090/sys-rest-api
|
||||
integration:
|
||||
api:
|
||||
base-url: http://localhost:8091/integration-service
|
||||
base-url: http://integration-service:8091/integration-service
|
||||
internal:
|
||||
integration:
|
||||
token: ${INTEGRATION_INTERNAL_TOKEN}
|
||||
Loading…
Reference in New Issue