Lectureplan/UWLecturePlan/appsettings.json
Robin Weichselbraun 55989e19e5 Ready for 1 release
2024-10-20 15:45:16 +02:00

11 lines
173 B
JSON

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