Browse Source

Don't launch the browser for signalr

davidfowl/common-services
David Fowler 1 year ago
committed by Reuben Bond
parent
commit
af42aab95e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Ordering/Ordering.SignalrHub/Properties/launchSettings.json

+ 1
- 1
src/Services/Ordering/Ordering.SignalrHub/Properties/launchSettings.json View File

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


Loading…
Cancel
Save