Skip to content

Commit

Permalink
Updated debug
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 3, 2023
1 parent 3b462de commit 77c1c11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Blazor/Server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:7012",
"applicationUrl": "https://localhost:44309",
"sslPort": 44309
}
},
Expand All @@ -18,10 +18,9 @@
},
"BlazorAzureSearch.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit 77c1c11

Please sign in to comment.