내부호출 변수 값 변경

This commit is contained in:
Hyojin Ahn 2026-06-14 10:02:42 -04:00
parent 8fa70536ca
commit eb71dd535c
1 changed files with 3 additions and 3 deletions

View File

@ -22,14 +22,14 @@ server:
# ============================ # ============================
ext: ext:
opr: 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 ingest-path: /ext/samsara/inspections/ingest
internal-token: ${OPR_INTERNAL_TOKEN} internal-token: ${OPR_INTERNAL_TOKEN}
hcm: hcm:
base-url: http://localhost:8081/hcm-rest-api base-url: http://hcm-rest-api:8081/hcm-rest-api
internal-token: ${HCM_INTERNAL_TOKEN} internal-token: ${HCM_INTERNAL_TOKEN}
acc: acc:
base-url: http://localhost:8084/acc-rest-api base-url: http://acc-rest-api:8084/acc-rest-api
internal-token: ${ACC_INTERNAL_TOKEN} internal-token: ${ACC_INTERNAL_TOKEN}
samsara: samsara:
base-url: https://api.samsara.com base-url: https://api.samsara.com