80b35e3baf
Enables the config to be changed outside of the test appsettings.local.json is not checked into the repo
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "MongoDbTests"
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|