RBLNews/RBLNews.Maui/Properties/launchSettings.json
Tobias Wohlleben f185b54902
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m0s
umbau auf enviroment appsettings
2024-09-26 10:21:01 +02:00

11 lines
210 B
JSON

{
"profiles": {
"Windows Machine": {
"commandName": "MsixPackage",
"nativeDebugging": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}