|
|
|
@ -1,33 +1,24 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json", |
|
|
|
|
|
|
|
"iisSettings": { |
|
|
|
|
|
|
|
"windowsAuthentication": false, |
|
|
|
|
|
|
|
"anonymousAuthentication": true, |
|
|
|
|
|
|
|
"iisExpress": { |
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:2357", |
|
|
|
|
|
|
|
"sslPort": 44365 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"profiles": { |
|
|
|
"profiles": { |
|
|
|
"http": { |
|
|
|
"http": { |
|
|
|
"commandName": "Project", |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
|
|
|
|
"launchBrowser": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "swagger", |
|
|
|
"launchUrl": "swagger", |
|
|
|
"applicationUrl": "http://localhost:5224", |
|
|
|
|
|
|
|
"environmentVariables": { |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
"dotnetRunMessages": true, |
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:5224" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"https": { |
|
|
|
"https": { |
|
|
|
"commandName": "Project", |
|
|
|
"commandName": "Project", |
|
|
|
"dotnetRunMessages": true, |
|
|
|
|
|
|
|
"launchBrowser": true, |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "swagger", |
|
|
|
"launchUrl": "swagger", |
|
|
|
"applicationUrl": "https://localhost:7161;http://localhost:5224", |
|
|
|
|
|
|
|
"environmentVariables": { |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
"dotnetRunMessages": true, |
|
|
|
|
|
|
|
"applicationUrl": "https://localhost:7161;http://localhost:5224" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"IIS Express": { |
|
|
|
"IIS Express": { |
|
|
|
"commandName": "IISExpress", |
|
|
|
"commandName": "IISExpress", |
|
|
|
@ -36,6 +27,26 @@ |
|
|
|
"environmentVariables": { |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"Container (Dockerfile)": { |
|
|
|
|
|
|
|
"commandName": "Docker", |
|
|
|
|
|
|
|
"launchBrowser": true, |
|
|
|
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", |
|
|
|
|
|
|
|
"environmentVariables": { |
|
|
|
|
|
|
|
"ASPNETCORE_HTTPS_PORTS": "8081", |
|
|
|
|
|
|
|
"ASPNETCORE_HTTP_PORTS": "8080" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"publishAllPorts": true, |
|
|
|
|
|
|
|
"useSSL": true |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json", |
|
|
|
|
|
|
|
"iisSettings": { |
|
|
|
|
|
|
|
"windowsAuthentication": false, |
|
|
|
|
|
|
|
"anonymousAuthentication": true, |
|
|
|
|
|
|
|
"iisExpress": { |
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:2357", |
|
|
|
|
|
|
|
"sslPort": 44365 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |