Squirrowse/Squirrowse.Web/appsettings.json

10 lines
181 B
JSON
Raw Normal View History

2019-11-06 17:02:06 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
2019-11-07 11:52:27 +01:00
}