From 6a347ea1c7068dafd1af12ddadcc99dbb4f587d3 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Fri, 6 Nov 2020 12:53:43 +0800 Subject: [PATCH] Gateway adds HTTPS startup port --- .../LINGYUN.ApiGateway.Host/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Properties/launchSettings.json b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Properties/launchSettings.json index 3d650f390..c84540f20 100644 --- a/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Properties/launchSettings.json +++ b/aspnet-core/services/apigateway/LINGYUN.ApiGateway.Host/Properties/launchSettings.json @@ -11,7 +11,7 @@ "LINGYUN.ApiGateway.Host": { "commandName": "Project", "launchBrowser": false, - "applicationUrl": "http://localhost:30000", + "applicationUrl": "http://localhost:30000;https://localhost:30443", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }