Skip to content

Commit

Permalink
revert appsettings
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Jan 18, 2024
1 parent 3b6fb05 commit 8236618
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions tests/Integration.Test/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,18 @@
}
},
"ConnectionStrings": {
//"Type": "mongodb",
//"InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017",
//"DatabaseOptions": {
// "DatabaseName": "InformaticsGateway",
// "retries": {
// "delays": [
// "750",
// "1201",
// "2500"
// ]
// }
//},
"Type": "sqlite",
"InformaticsGatewayDatabase": "Data Source=./mig.db"
"Type": "mongodb",
"InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017",
"DatabaseOptions": {
"DatabaseName": "InformaticsGateway",
"retries": {
"delays": [
"750",
"1201",
"2500"
]
}
}
},
"InformaticsGateway": {
"dicom": {
Expand Down

0 comments on commit 8236618

Please sign in to comment.