diff options
Diffstat (limited to '.env.production')
| -rw-r--r-- | .env.production | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.production b/.env.production index 67302dab..fd7991af 100644 --- a/.env.production +++ b/.env.production @@ -49,3 +49,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 |
