RBLNews/RBLNews.Web/appsettings.Production.json
Tobias Wohlleben aa03b6ae83
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m13s
umbau auf enviroment appsettings
2024-09-24 14:57:27 +02:00

13 lines
202 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"App": {
"BackendApiUrl": "https://rblnews.de"
}
}