내부호출 변수 값 변경
This commit is contained in:
parent
8fa70536ca
commit
eb71dd535c
|
|
@ -22,14 +22,14 @@ server:
|
|||
# ============================
|
||||
ext:
|
||||
opr:
|
||||
base-url: http://localhost:8083/opr-rest-api # opr-rest-api 주소
|
||||
base-url: http://opr-rest-api:8083/opr-rest-api # opr-rest-api 주소
|
||||
ingest-path: /ext/samsara/inspections/ingest
|
||||
internal-token: ${OPR_INTERNAL_TOKEN}
|
||||
hcm:
|
||||
base-url: http://localhost:8081/hcm-rest-api
|
||||
base-url: http://hcm-rest-api:8081/hcm-rest-api
|
||||
internal-token: ${HCM_INTERNAL_TOKEN}
|
||||
acc:
|
||||
base-url: http://localhost:8084/acc-rest-api
|
||||
base-url: http://acc-rest-api:8084/acc-rest-api
|
||||
internal-token: ${ACC_INTERNAL_TOKEN}
|
||||
samsara:
|
||||
base-url: https://api.samsara.com
|
||||
|
|
|
|||
Loading…
Reference in New Issue