diff options
Diffstat (limited to '.env.development')
| -rw-r--r-- | .env.development | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/.env.development b/.env.development index aebc2b73..c7bf50b2 100644 --- a/.env.development +++ b/.env.development @@ -49,6 +49,10 @@ SEDP_API_PASSWORD=evcpusr@2025 ORACLE_USER=shievcp ORACLE_PASSWORD=evp_2025 ORACLE_CONNECTION_STRING=60.100.89.191:7971/SEVMQ +# NON-SAP 인코텀즈, 지불조건, 선적지, 하역지 동기화 관련 +PROCUREMENT_SYNC_ON_START=false + + # 기본 DOLCE 동기화 값 (60.100.99.217=dolce 개발, 60.100.98.68=dolce 운영) SYNC_DOLCE_URL=http://60.100.99.217:1111/ @@ -65,10 +69,10 @@ SYNC_SWP_ENABLED=true # DOLCE 설정 IMPORT_DOLCE_ENABLED=true -DOLCE_API_URL=http://60.100.99.217:1111 -DOLCE_UPLOAD_URL=http://60.100.99.217:1111/PWPUploadService.ashx -DOLCE_DOC_LIST_API_URL=http://60.100.99.217:1111/Services/VDCSWebService.svc/DwgReceiptMgmt -DOLCE_DOC_DETAIL_API_URL=http://60.100.99.217:1111/Services/VDCSWebService.svc/DetailDwgReceiptMgmt +DOLCE_API_URL="http://60.100.99.217:1111" +DOLCE_UPLOAD_URL="http://60.100.99.217:1111/PWPUploadService.ashx" +DOLCE_DOC_LIST_API_URL="http://60.100.99.217:1111/Services/VDCSWebService.svc/DwgReceiptMgmt" +DOLCE_DOC_DETAIL_API_URL="http://60.100.99.217:1111/Services/VDCSWebService.svc/DetailDwgReceiptMgmt" DOLCE_FILE_INFO_API_URL=http://60.100.99.217:1111/Services/VDCSWebService.svc/FileInfoList DOLCE_DOWNLOAD_URL=http://60.100.99.217:1111/Download.aspx @@ -135,4 +139,7 @@ MESSENGER_BASE_URL="https://openapi.samsung.net" # NAS_PATH="/evcp_nas" # 기존 개발에서는 선언되지 않은 변수라 주석 처리 # === 임시 환경변수, 나프로 요구사항 해소되면 삭제 === -READONLY_DB_URL="postgresql://readonly:tempReadOnly_123@localhost:5432/evcp" # 해당 계정은 별도로 만들어야 함
\ No newline at end of file +READONLY_DB_URL="postgresql://readonly:tempReadOnly_123@localhost:5432/evcp" # 해당 계정은 별도로 만들어야 함 + +# === 디버그 로깅 (lib/debug-utils.ts) === +NEXT_PUBLIC_DEBUG=true
\ No newline at end of file |
