We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6fb05 commit 8236618Copy full SHA for 8236618
tests/Integration.Test/appsettings.json
@@ -27,20 +27,18 @@
27
}
28
},
29
"ConnectionStrings": {
30
- //"Type": "mongodb",
31
- //"InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017",
32
- //"DatabaseOptions": {
33
- // "DatabaseName": "InformaticsGateway",
34
- // "retries": {
35
- // "delays": [
36
- // "750",
37
- // "1201",
38
- // "2500"
39
- // ]
40
- // }
41
- //},
42
- "Type": "sqlite",
43
- "InformaticsGatewayDatabase": "Data Source=./mig.db"
+ "Type": "mongodb",
+ "InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017",
+ "DatabaseOptions": {
+ "DatabaseName": "InformaticsGateway",
+ "retries": {
+ "delays": [
+ "750",
+ "1201",
+ "2500"
+ ]
+ }
44
45
"InformaticsGateway": {
46
"dicom": {
0 commit comments