RBLNews/RBLNews.Shared/wwwroot/appsettings.Test.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

13 lines
209 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"App": {
"BackendApiUrl": "https://rbl.wohlleben.dev"
}
}