BuecherwurmAPI/appsettings.json

9 lines
97 B
JSON
Raw Normal View History

2020-05-25 08:33:47 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}