diff options
Diffstat (limited to '.env.development')
| -rw-r--r-- | .env.development | 14 |
1 files changed, 13 insertions, 1 deletions
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= |
