awesome-compose/react-aspnet-mongodb/backend/appsettings.json
Esteban Solano Granados 996b7ac9bf Frontend+Backend fixes
Signed-off-by: GitHub <noreply@github.com>
2022-06-13 21:22:28 +00:00

13 lines
302 B
JSON

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