awesome-compose/react-aspnet-mongodb/backend/appsettings.json
Esteban Solano Granados 7e7ecaf65a Enable swagger with flag
Signed-off-by: GitHub <noreply@github.com>
2022-06-13 21:22:28 +00:00

14 lines
339 B
JSON

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