diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 17:30:13 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 17:30:13 +0000 |
| commit | 7ae037e9c2fc0be1fe68cecb461c5e1e837cb0da (patch) | |
| tree | ff4787ec8559d8d264a30e51215f499ddad7f4e0 /.env.production | |
| parent | bc7d627f61a4d055b19d0679b3a4c128b7afcfda (diff) | |
(대표님) 환경변수 변경: SWP / Dolce
Diffstat (limited to '.env.production')
| -rw-r--r-- | .env.production | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/.env.production b/.env.production index 372ee6b7..67302dab 100644 --- a/.env.production +++ b/.env.production @@ -29,11 +29,23 @@ SEDP_API_USER_ID=EVCPUSER SEDP_API_PASSWORD=evcpusr@2025 # Oracle DB 연결 설정 (개발용 - 로컬 컨테이너) -ORACLE_USER=system -ORACLE_PASSWORD=oracle -ORACLE_CONNECTION_STRING=localhost:1521/XEPDB1 +# ORACLE_USER=system +# ORACLE_PASSWORD=oracle +# ORACLE_CONNECTION_STRING=localhost:1521/XEPDB1 # 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= |
