From eb71dd535c367aa916d4bef3f1dd8fa495c55668 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Sun, 14 Jun 2026 10:02:42 -0400 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=EB=B6=80=ED=98=B8=EC=B6=9C=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 651cd23..8244fa5 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -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