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,19 +10,18 @@
"profiles": { "profiles": {
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
"use64Bit": true "use64Bit": true
}, },
"Microsoft.eShopOnContainers.WebMVC": { "Microsoft.eShopOnContainers.WebMVC": {
"commandName": "Project", "commandName": "Project",
"launchUrl": "/", "launchUrl": "http://localhost:4001",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
"applicationUrl": "https://localhost:4001;http://localhost:5001" "applicationUrl": "https://localhost:4001;http://localhost:5001"
} }
} }
} }