Lieb-Website/Lieb/appsettings.json
2022-02-13 19:54:35 +01:00

9 lines
142 B
JSON

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