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:
Jaime Still 2023-03-30 09:57:34 -04:00
parent de038bca68
commit ecc8272593
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:7006",
"applicationUrl": "http://localhost:7001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}