Skip to content

Commit

Permalink
chore: 將 client 的 profile http 與 https 位置交換
Browse files Browse the repository at this point in the history
  • Loading branch information
aa89227 committed Aug 25, 2024
1 parent 7cbcc1f commit 1c513dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Clients/Monopoly.Clients.Web/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
}
},
"profiles": {
"http": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5184",
"applicationUrl": "https://localhost:7047;http://localhost:5184",
"launchUrl": "https://localhost:7047/dev-page",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7047;http://localhost:5184",
"launchUrl": "https://localhost:7047/dev-page",
"applicationUrl": "http://localhost:5184",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit 1c513dc

Please sign in to comment.