Skip to content

Commit

Permalink
Merge pull request #3606 from Gcaya/patch-1
Browse files Browse the repository at this point in the history
Update multi-app-template.md
  • Loading branch information
hhunter-ms authored Jul 13, 2023
2 parents eea78a7 + 23ca15e commit 73ecdf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ apps:
appProtocol: http
appPort: 8080
appHealthCheckPath: "/healthz"
command: ["python3" "app.py"]
command: ["python3", "app.py"]
appLogDestination: file # (optional), can be file, console or fileAndConsole. default is fileAndConsole.
daprdLogDestination: file # (optional), can be file, console or fileAndConsole. default is file.
- appID: backend # optional
Expand Down

0 comments on commit 73ecdf8

Please sign in to comment.