BuecherwurmAPI/appsettings.json

11 lines
192 B
JSON
Raw Normal View History

2020-05-25 10:04:21 +00:00
{
"Logging": {
"LogLevel": {
2020-05-26 08:42:18 +00:00
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
2020-05-25 10:04:21 +00:00
}
},
"AllowedHosts": "*"
}