Update multi-app-template.md

Signed-off-by: Guillaume Caya-Letourneau <guillaume.caya.letourneau@gmail.com>
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
Guillaume Caya-Letourneau 2023-07-12 13:03:07 -04:00 committed by Aaron Crawfis
parent eea78a7944
commit 09db73817b
1 changed files with 1 additions and 1 deletions

View File

@ -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