mirror of https://github.com/dapr/docs.git
Merge pull request #3606 from Gcaya/patch-1
Update multi-app-template.md
This commit is contained in:
commit
73ecdf8488
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue