chore: Aktualisierung des Entwicklungsportals zur Verwendung von 9090

This commit is contained in:
2025-07-22 17:51:52 +02:00
parent 4f5a33f7ec
commit 09cb93736d
2 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5075",
"applicationUrl": "http://localhost:9090",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -24,7 +24,7 @@
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7192;http://localhost:5075",
"applicationUrl": "https://localhost:9090;http://localhost:5075",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}