RBLNews/RBLNews.Web/appsettings.Test.json
iTob f322fb4173
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m9s
removed building angular app from ci-cd
2024-09-26 12:33:43 +02:00

13 lines
211 B
JSON

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