Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit af42aab

Browse files
davidfowlReubenBond
authored andcommitted
Don't launch the browser for signalr
1 parent 6933d99 commit af42aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Ordering/Ordering.SignalrHub/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"Ordering.SignalrHub": {
44
"commandName": "Project",
5-
"launchBrowser": true,
5+
"launchBrowser": false,
66
"applicationUrl": "http://localhost:5225/",
77
"environmentVariables": {
88
"ASPNETCORE_ENVIRONMENT": "Development"

0 commit comments

Comments
 (0)