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