Browse Source
Merge pull request #128 from colinin/3.3
Gateway adds HTTPS startup port
pull/177/head
cKey
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
} |
|
|
} |
|
|
|