Skip to content

Commit 843f1cc

Browse files
authored
FUND-2055 DRC Cleanup Empty Interface (#93)
* tool fixes * IDocumentUtilitiesService moved from OSS naar Internal * Document provider for OSS fixed to fs
1 parent 88961a9 commit 843f1cc

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

src/OneGround.ZGW.Documenten.Services/IDocumentUtilitiesService.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/OneGround.ZGW.Documenten.WebApi/appsettings.Local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"AdminConnectionString": "Host=localhost;Port=5432;Database=drc_db;Username=postgres;Password=postgres"
2727
},
2828
"FileSystemDocumentServiceSettings": {
29-
"DocumentRootPath": "c:\\temp\\drc_dms" // Note: let it be a shared folder (for all developers the same)
29+
"DocumentRootPath": "c:\\temp\\drc_dms"
3030
},
3131
"NotificatieService": {
3232
"Type": "MessageQueue"

src/OneGround.ZGW.Documenten.WebApi/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
"EnkelvoudigInformatieObjectenPageSize": 100,
2121
"VerzendingenPageSize": 100,
2222
"UploadLargeDocumentChunkSizeMB": 50,
23-
"DocumentJobPrioritizationAtDownload": false,
23+
"DocumentJobPrioritizationAtDownload": false,
2424
"CachedSecretExpirationTime": "00:03:00",
2525
"AudittrailRetrieveForRsins": [],
2626
"AudittrailRecordRetrieveList": false,
2727
"AudittrailRecordRetrieveMinimal": true,
2828
"ResolveForwardedHost": true,
29+
"DefaultDocumentenService": "fs",
2930
"NummerGeneratorFormats": {
3031
"documenten": "D{yyyy}-{v^8}"
3132
},

0 commit comments

Comments
 (0)