Squirrowse/squirrowse.web/appsettings.json

10 lines
181 B
JSON
Raw Normal View History

2020-06-19 18:39:08 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}