Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms committed Nov 8, 2023
1 parent e8ef10c commit b5a1a2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pub_sub/python/sdk/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ apps:
command: ["uvicorn", "app:app"]
- appID: checkout-sdk
appDirPath: ./checkout/
command: ["python", "app.py"]
command: ["python3", "app.py"]
4 changes: 2 additions & 2 deletions service_invocation/python/http/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apps:
- appDirPath: ./order-processor/
appID: order-processor
appPort: 8001
command: ["python", "app.py"]
command: ["python3", "app.py"]
- appID: checkout
appDirPath: ./checkout/
command: ["python", "app.py"]
command: ["python3", "app.py"]
2 changes: 1 addition & 1 deletion state_management/python/sdk/order-processor/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ common:
apps:
- appID: order-processor
appDirPath: ./
command: ["python" , "app.py"]
command: ["python3" , "app.py"]

0 comments on commit b5a1a2a

Please sign in to comment.