zotan.pw-web/appsettings.json

11 lines
184 B
JSON
Raw Permalink Normal View History

2022-11-20 03:06:41 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"CompressedStaticFiles": "Warning"
2022-11-20 03:06:41 +01:00
}
},
"AllowedHosts": "*"
}