14 lines
339 B
JSON
14 lines
339 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DocumentDbConnection": "mongodb://mongo:27017",
|
|
"DocumentDbName": "BackendMongoDb",
|
|
"DocumentCollectionName": "ToDos"
|
|
},
|
|
"EnableSwagger": "false"
|
|
} |