1. Added SSL port
2. Use 64 bit IIS Express bitness
This commit is contained in:
parent
44cdad2091
commit
68397e81eb
@ -3,8 +3,8 @@
|
|||||||
"windowsAuthentication": false,
|
"windowsAuthentication": false,
|
||||||
"anonymousAuthentication": true,
|
"anonymousAuthentication": true,
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:54010/",
|
"applicationUrl": "http://localhost:5105/",
|
||||||
"sslPort": 0
|
"sslPort": 4105
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profiles": {
|
"profiles": {
|
||||||
@ -14,7 +14,8 @@
|
|||||||
"launchUrl": "http://localhost:55105",
|
"launchUrl": "http://localhost:55105",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
},
|
||||||
|
"use64Bit": true
|
||||||
},
|
},
|
||||||
"eShopOnContainers.Identity": {
|
"eShopOnContainers.Identity": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
"launchUrl": "api/values",
|
"launchUrl": "api/values",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
},
|
||||||
|
"use64Bit": true
|
||||||
},
|
},
|
||||||
"Locations.API": {
|
"Locations.API": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user