|
1 | | -{ |
2 | | - "iisSettings": { |
3 | | - "windowsAuthentication": false, |
4 | | - "anonymousAuthentication": true, |
5 | | - "iisExpress": { |
6 | | - "applicationUrl": "http://localhost:46741", |
7 | | - "sslPort": 44370 |
8 | | - } |
9 | | - }, |
10 | | - "profiles": { |
11 | | - "MyBlazorApp": { |
12 | | - "commandName": "Project", |
13 | | - "dotnetRunMessages": true, |
14 | | - "launchBrowser": true, |
15 | | - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
16 | | - "applicationUrl": "https://localhost:7212;http://localhost:5212", |
17 | | - "environmentVariables": { |
18 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
19 | | - } |
20 | | - }, |
21 | | - "IIS Express": { |
22 | | - "commandName": "IISExpress", |
23 | | - "launchBrowser": true, |
24 | | - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
25 | | - "environmentVariables": { |
26 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
27 | | - } |
28 | | - } |
29 | | - } |
30 | | -} |
| 1 | +{ |
| 2 | + "iisSettings": { |
| 3 | + "windowsAuthentication": false, |
| 4 | + "anonymousAuthentication": true, |
| 5 | + "iisExpress": { |
| 6 | + "applicationUrl": "http://localhost:15246", |
| 7 | + "sslPort": 44343 |
| 8 | + } |
| 9 | + }, |
| 10 | + "profiles": { |
| 11 | + "http": { |
| 12 | + "commandName": "Project", |
| 13 | + "dotnetRunMessages": true, |
| 14 | + "launchBrowser": true, |
| 15 | + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
| 16 | + "applicationUrl": "http://localhost:5242", |
| 17 | + "environmentVariables": { |
| 18 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 19 | + } |
| 20 | + }, |
| 21 | + "https": { |
| 22 | + "commandName": "Project", |
| 23 | + "dotnetRunMessages": true, |
| 24 | + "launchBrowser": true, |
| 25 | + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
| 26 | + "applicationUrl": "https://localhost:7032;http://localhost:5242", |
| 27 | + "environmentVariables": { |
| 28 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 29 | + } |
| 30 | + }, |
| 31 | + "IIS Express": { |
| 32 | + "commandName": "IISExpress", |
| 33 | + "launchBrowser": true, |
| 34 | + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
| 35 | + "environmentVariables": { |
| 36 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 37 | + } |
| 38 | + } |
| 39 | + } |
| 40 | +} |
0 commit comments