Don't launch the browser for signalr

This commit is contained in:
David Fowler 2023-05-08 00:08:15 -07:00 committed by Reuben Bond
parent 6933d9997d
commit af42aab95e

View File

@ -2,7 +2,7 @@
"profiles": { "profiles": {
"Ordering.SignalrHub": { "Ordering.SignalrHub": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": false,
"applicationUrl": "http://localhost:5225/", "applicationUrl": "http://localhost:5225/",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"