Browse Source

Gateway adds HTTPS startup port

pull/128/head
cKey 5 years ago
parent
commit
6a347ea1c7
  1. 2
      aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Properties/launchSettings.json

2
aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Properties/launchSettings.json

@ -11,7 +11,7 @@
"LINGYUN.ApiGateway.Host": { "LINGYUN.ApiGateway.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": false, "launchBrowser": false,
"applicationUrl": "http://localhost:30000", "applicationUrl": "http://localhost:30000;https://localhost:30443",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

Loading…
Cancel
Save