| { |
| "iisSettings": { |
| "windowsAuthentication": false, |
| "anonymousAuthentication": true, |
| "iisExpress": { |
| "applicationUrl": "http://localhost:49578", |
| "sslPort": 44379 |
| } |
| }, |
| "profiles": { |
| "IIS Express": { |
| "commandName": "IISExpress", |
| "launchBrowser": true, |
| "environmentVariables": { |
| "ASPNETCORE_ENVIRONMENT": "Development" |
| } |
| }, |
| "WebApplicationSample": { |
| "commandName": "Project", |
| "launchBrowser": true, |
| "environmentVariables": { |
| "ASPNETCORE_ENVIRONMENT": "Development" |
| }, |
| "applicationUrl": "https://localhost:5001;http://localhost:5000" |
| }, |
| "Docker": { |
| "commandName": "Docker", |
| "launchBrowser": true, |
| "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", |
| "publishAllPorts": true, |
| "useSSL": true |
| } |
| } |
| } |