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" }