Skip to content

Commit

Permalink
.Samples.ChatApp: launchSettings.json: commandNames according to temp…
Browse files Browse the repository at this point in the history
…late


As suggested during code review.

Co-authored-by: Andrii Chebukin <[email protected]>
  • Loading branch information
valbers and xperiandri authored Mar 5, 2024
1 parent 89601ac commit 65c7c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/chat-app/server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"profiles": {
"http": {
"commandName": "Project",
"commandName": "http",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5092",
Expand All @@ -18,7 +18,7 @@
}
},
"https": {
"commandName": "Project",
"commandName": "https",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7122;http://localhost:5092",
Expand Down

0 comments on commit 65c7c52

Please sign in to comment.