diff options
Diffstat (limited to '.env.development')
| -rw-r--r-- | .env.development | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.development b/.env.development index eef6dce2..1a6356ec 100644 --- a/.env.development +++ b/.env.development @@ -50,3 +50,9 @@ SYNC_DOLCE_TOKEN= SYNC_SWP_URL=https://swp.example.com/api/documents SYNC_SWP_BATCH=200 SYNC_SWP_TOKEN= + + +IMPORT_DOLCE_ENABLED=true +DOLCE_DOC_LIST_API_URL=http://60.100.99.217:1111/Services/VDCSWebService.svc/DwgReceiptMgmt +DOLCE_API_URL=http://60.100.99.217:1111 +DOLCE_UPLOAD_URL=http://60.100.99.217:1111/PWPUploadService.ashx
\ No newline at end of file |
