awesome-compose/react-aspnet-mongodb/backend/appsettings.json

14 lines
339 B
JSON
Raw Normal View History

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