Skip to content

Commit

Permalink
[HER-160] Make the browser not open when running the program (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-dumitrascu authored Sep 17, 2021
1 parent a6b9a2b commit 842c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presentation/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Presentation": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
Expand Down

0 comments on commit 842c852

Please sign in to comment.