This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Don't launch the browser for signalr
davidfowl/common-services
David Fowler
1 year ago
committed by
Reuben Bond
parent
6933d9997d
commit
af42aab95e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
:
tru
e
,
"launchBrowser"
:
fals
e
,
"applicationUrl"
:
"http://localhost:5225/"
,
"environmentVariables"
:
{
"ASPNETCORE_ENVIRONMENT"
:
"Development"
Write
Preview
Loading…
Cancel
Save