Overflow/Overflow.Web/appsettings.json

16 lines
263 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Default": "mongodb://localhost"
},
"AllowedHosts": "*",
"SouthernWater": {
"Cron": "0 26 20 * * ?"
}
}