RBLNews/RBLNews.Shared/wwwroot/appsettings.json
Tobias Wohlleben c7f81e2172
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m27s
umbau auf enviroment appsettings
2024-09-24 22:53:19 +02:00

10 lines
142 B
JSON

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