Browse Source

1. Added SSL port

2. Use 64 bit IIS Express bitness
pull/733/head
rafsanulhasan 6 years ago
parent
commit
68397e81eb
2 changed files with 6 additions and 4 deletions
  1. +4
    -3
      src/Services/Identity/Identity.API/Properties/launchSettings.json
  2. +2
    -1
      src/Services/Location/Locations.API/Properties/launchSettings.json

+ 4
- 3
src/Services/Identity/Identity.API/Properties/launchSettings.json View File

@ -3,8 +3,8 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:54010/",
"sslPort": 0
"applicationUrl": "http://localhost:5105/",
"sslPort": 4105
}
},
"profiles": {
@ -14,7 +14,8 @@
"launchUrl": "http://localhost:55105",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"use64Bit": true
},
"eShopOnContainers.Identity": {
"commandName": "Project",


+ 2
- 1
src/Services/Location/Locations.API/Properties/launchSettings.json View File

@ -14,7 +14,8 @@
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"use64Bit": true
},
"Locations.API": {
"commandName": "Project",


Loading…
Cancel
Save