Skip to content

Commit

Permalink
Set default launch profile to Local
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Dec 21, 2023
1 parent bbe61e0 commit 11970a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"launchUrl": "swagger",
"applicationUrl": "https://localhost:8000;http://localhost:5150",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Local"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Local"
}
}
}
Expand Down

0 comments on commit 11970a6

Please sign in to comment.