|
1 |
| -{ |
2 |
| - "$schema": "http://json.schemastore.org/launchsettings.json", |
3 |
| - "iisSettings": { |
4 |
| - "windowsAuthentication": false, |
5 |
| - "anonymousAuthentication": true, |
6 |
| - "iisExpress": { |
7 |
| - "applicationUrl": "http://localhost:7649", |
8 |
| - "sslPort": 44346 |
9 |
| - } |
10 |
| - }, |
11 |
| - "profiles": { |
12 |
| - "http": { |
13 |
| - "commandName": "Project", |
14 |
| - "dotnetRunMessages": true, |
15 |
| - "launchBrowser": true, |
16 |
| - "launchUrl": "swagger", |
17 |
| - "applicationUrl": "http://localhost:5123", |
18 |
| - "environmentVariables": { |
19 |
| - "ASPNETCORE_ENVIRONMENT": "Development" |
20 |
| - } |
21 |
| - }, |
22 |
| - "https": { |
23 |
| - "commandName": "Project", |
24 |
| - "dotnetRunMessages": true, |
25 |
| - "launchBrowser": true, |
26 |
| - "launchUrl": "swagger", |
27 |
| - "applicationUrl": "https://localhost:7252;http://localhost:5123", |
28 |
| - "environmentVariables": { |
29 |
| - "ASPNETCORE_ENVIRONMENT": "Development" |
30 |
| - } |
31 |
| - }, |
32 |
| - "IIS Express": { |
33 |
| - "commandName": "IISExpress", |
34 |
| - "launchBrowser": true, |
35 |
| - "launchUrl": "swagger", |
36 |
| - "environmentVariables": { |
37 |
| - "ASPNETCORE_ENVIRONMENT": "Development" |
38 |
| - } |
39 |
| - } |
40 |
| - } |
41 |
| -} |
| 1 | +{ |
| 2 | + "$schema": "http://json.schemastore.org/launchsettings.json", |
| 3 | + "iisSettings": { |
| 4 | + "windowsAuthentication": false, |
| 5 | + "anonymousAuthentication": true, |
| 6 | + "iisExpress": { |
| 7 | + "applicationUrl": "http://localhost:7649", |
| 8 | + "sslPort": 44346 |
| 9 | + } |
| 10 | + }, |
| 11 | + "profiles": { |
| 12 | + "http": { |
| 13 | + "commandName": "Project", |
| 14 | + "dotnetRunMessages": true, |
| 15 | + "launchBrowser": true, |
| 16 | + "launchUrl": "swagger", |
| 17 | + "applicationUrl": "http://localhost:5123", |
| 18 | + "environmentVariables": { |
| 19 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 20 | + } |
| 21 | + }, |
| 22 | + "https": { |
| 23 | + "commandName": "Project", |
| 24 | + "dotnetRunMessages": true, |
| 25 | + "launchBrowser": true, |
| 26 | + "launchUrl": "swagger", |
| 27 | + "applicationUrl": "https://localhost:7252;http://localhost:5123", |
| 28 | + "environmentVariables": { |
| 29 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 30 | + } |
| 31 | + }, |
| 32 | + "IIS Express": { |
| 33 | + "commandName": "IISExpress", |
| 34 | + "launchBrowser": true, |
| 35 | + "launchUrl": "swagger", |
| 36 | + "environmentVariables": { |
| 37 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 38 | + } |
| 39 | + } |
| 40 | + } |
| 41 | +} |
0 commit comments