1. Change Launch browser settings

2. Changed Launch URL to HTTPS endpoint
This commit is contained in:
rafsanulhasan 2018-09-01 02:04:13 +06:00
parent 07a8f8fad8
commit 87034ce8e0

View File

@ -10,7 +10,6 @@
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
@ -18,7 +17,7 @@
},
"Microsoft.eShopOnContainers.WebMVC": {
"commandName": "Project",
"launchUrl": "/",
"launchUrl": "http://localhost:4001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},