Enhance configuration loading: skip example config in development and update launch settings for local debugging

This commit is contained in:
troogs
2026-09-14 15:45:24 +02:00
parent 8df4abc8a3
commit fdd7ea5a40
5 changed files with 12 additions and 6 deletions
@@ -12,10 +12,11 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "http://localhost:56000/",
"applicationUrl": "http://localhost:56000",
"launchUrl": "http://localhost:5010/",
"applicationUrl": "http://localhost:5010",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5010"
}
},
"IIS Express": {