BuecherwurmAPI/appsettings.json

11 lines
192 B
JSON
Raw Normal View History

2020-05-29 10:12:09 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}