zotan.pw-web/appsettings.json

11 lines
184 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"CompressedStaticFiles": "Warning"
}
},
"AllowedHosts": "*"
}