Seenginx/Seenginx/appsettings.json

11 lines
192 B
JSON
Raw Permalink Normal View History

2020-04-12 01:37:24 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}