Add non-TLS endpoint for gRPC (#19252)

* Add non-TLS endpoint for gRPC
This commit is contained in:
Sourabh Shirhatti 2020-02-21 17:25:19 -08:00 committed by GitHub
parent ee8d8439dd
commit 6631549a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"GrpcService-CSharp": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "https://localhost:5001",
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}