2022-06-13 17:28:56 +00:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2022-06-13 20:56:27 +00:00
|
|
|
"DocumentDbConnection": "mongodb://mongo:27017",
|
|
|
|
"DocumentDbName": "BackendMongoDb",
|
|
|
|
"DocumentCollectionName": "ToDos"
|
2022-06-13 17:28:56 +00:00
|
|
|
},
|
2022-06-13 20:56:27 +00:00
|
|
|
"EnableSwagger": "false"
|
2022-06-13 17:28:56 +00:00
|
|
|
}
|