diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-04 11:07:10 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-04 11:07:10 +0000 |
| commit | 305a29e0e245ed9de1a7f4d32e96634116dcda82 (patch) | |
| tree | bba0f654d7072ab8b619ac08ccc4b988fef143f3 /.env.development | |
| parent | 4dc27e9495b005b29b4d7a2ad404c8c0644769eb (diff) | |
(김준회) SOAP ECC 개선, 린터 오류 해결, 구매 기준정보(인코텀즈, 지불조건, 장소(출발지, 도착지)) Non-SAP 동기화 처리
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 |
