Overflow/Overflow.Web/appsettings.json

13 lines
209 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Default": "mongodb://localhost"
},
"AllowedHosts": "*"
}