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

13 lines
302 B
JSON
Raw Normal View History

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