mirror of https://github.com/dapr/quickstarts.git
update service_invocation + pub_sub READMEs
Signed-off-by: Jaime Still <jpstill85@gmail.com>
This commit is contained in:
parent
ee4ef91fea
commit
b2d3da4d7a
|
@ -46,7 +46,7 @@ sleep: 10
|
|||
|
||||
|
||||
```bash
|
||||
dapr run --app-id order-processor --resources-path ../../../components/ --app-port 7005 -- dotnet run --project .
|
||||
dapr run --app-id order-processor --resources-path ../../../components/ --app-port 7002 -- dotnet run --project .
|
||||
```
|
||||
|
||||
<!-- END_STEP -->
|
||||
|
|
|
@ -43,7 +43,7 @@ sleep: 10
|
|||
|
||||
```bash
|
||||
cd ./order-processor
|
||||
dapr run --app-port 7006 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- dotnet run
|
||||
dapr run --app-port 7001 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- dotnet run
|
||||
```
|
||||
|
||||
<!-- END_STEP -->
|
||||
|
|
Loading…
Reference in New Issue