|
|
@ -4,23 +4,25 @@ |
|
|
|
"anonymousAuthentication": true, |
|
|
|
"iisExpress": { |
|
|
|
"applicationUrl": "http://localhost:5100", |
|
|
|
"sslPort": 0 |
|
|
|
"sslPort": 4100 |
|
|
|
} |
|
|
|
}, |
|
|
|
"profiles": { |
|
|
|
"IIS Express": { |
|
|
|
"commandName": "IISExpress", |
|
|
|
"launchBrowser": true, |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"use64Bit": true |
|
|
|
}, |
|
|
|
"Microsoft.eShopOnContainers.WebMVC": { |
|
|
|
"commandName": "Project", |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "http://localhost:5000", |
|
|
|
"launchUrl": "/", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"applicationUrl": "https://localhost:4001;http://localhost:5001" |
|
|
|
} |
|
|
|
} |
|
|
|
} |