mirror of https://github.com/dapr/quickstarts.git
adjust service_invocation/csharp order-processor launchSettings port to align with quickstart instructions
Signed-off-by: Jaime Still <jpstill85@gmail.com>
This commit is contained in:
parent
de038bca68
commit
ecc8272593
|
@ -6,7 +6,7 @@
|
|||
"dotnetRunMessages": "true",
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "swagger",
|
||||
"applicationUrl": "http://localhost:7006",
|
||||
"applicationUrl": "http://localhost:7001",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue