From 7ae037e9c2fc0be1fe68cecb461c5e1e837cb0da Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 28 May 2025 17:30:13 +0000 Subject: (대표님) 환경변수 변경: SWP / Dolce MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.env.development') diff --git a/.env.development b/.env.development index 45e79843..eef6dce2 100644 --- a/.env.development +++ b/.env.development @@ -37,4 +37,16 @@ SEDP_API_PASSWORD=evcpusr@2025 # Oracle DB 연결 설정 (SHI 품질) ORACLE_USER=shievcp ORACLE_PASSWORD=evp_2025 -ORACLE_CONNECTION_STRING=60.100.89.191:7971/SEVMQ \ No newline at end of file +ORACLE_CONNECTION_STRING=60.100.89.191:7971/SEVMQ + + +# 기본 DOLCE 동기화 값 +SYNC_DOLCE_URL=http://60.100.99.217:1111/ +SYNC_DOLCE_BATCH=150 # 없으면 100으로 fallback +SYNC_DOLCE_TOKEN= + + +# 기본 SWP 동기화 값 +SYNC_SWP_URL=https://swp.example.com/api/documents +SYNC_SWP_BATCH=200 +SYNC_SWP_TOKEN= -- cgit v1.2.3