RBLNews/RBLNews.Web/appsettings.json
Tobias Wohlleben 20f9454f80
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 4m31s
umbau auf enviroment appsettings
2024-09-24 22:31:15 +02:00

10 lines
142 B
JSON

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