RBLNews/RBLNews.Maui/appsettings.json
Tobias Wohlleben 2b74f17012
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m4s
umbau auf enviroment appsettings
2024-09-25 10:57:23 +02:00

10 lines
142 B
JSON

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