Skip to content

Commit

Permalink
Update multi-app-template.md
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Caya-Letourneau <guillaume.caya.letourneau@gmail.com>
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
  • Loading branch information
Gcaya authored and AaronCrawfis committed Jul 13, 2023
1 parent eea78a7 commit 09db738
Showing 1 changed file with 1 addition and 1 deletion.
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 09db738

Please sign in to comment.