chore: changed backend development port to be the same as the prod backend port

This commit is contained in:
Fishandchips321 2026-03-05 15:01:50 +00:00
parent f42571f37e
commit 54cfc05b88

View file

@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5092",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@ -14,10 +14,10 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7226;http://localhost:5092",
"applicationUrl": "https://localhost:7226;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
}