comments-engine/appsettings.json

10 lines
142 B
JSON
Raw Permalink Normal View History

2024-10-27 16:35:33 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}