Files
Alexandre SPIESER 36a605e7d5 harmonize versioning tags and set them to same value.
revert test db connection string
2021-03-18 09:47:59 +00:00

13 lines
218 B
JSON

{
"MongoDbSettings": {
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "MongoDbTests"
},
"Logging": {
"IncludeScopes": {},
"LogLevel": {
"Default": "Warning"
}
}
}