Skip to content

Commit 8236618

Browse files
committed
revert appsettings
Signed-off-by: Neil South <[email protected]>
1 parent 3b6fb05 commit 8236618

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

tests/Integration.Test/appsettings.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,18 @@
2727
}
2828
},
2929
"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"
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+
}
4442
},
4543
"InformaticsGateway": {
4644
"dicom": {

0 commit comments

Comments
 (0)