mirror of https://github.com/dapr/docs.git
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:
parent
eea78a7944
commit
09db73817b
|
@ -83,7 +83,7 @@ apps:
|
||||||
appProtocol: http
|
appProtocol: http
|
||||||
appPort: 8080
|
appPort: 8080
|
||||||
appHealthCheckPath: "/healthz"
|
appHealthCheckPath: "/healthz"
|
||||||
command: ["python3" "app.py"]
|
command: ["python3", "app.py"]
|
||||||
appLogDestination: file # (optional), can be file, console or fileAndConsole. default is fileAndConsole.
|
appLogDestination: file # (optional), can be file, console or fileAndConsole. default is fileAndConsole.
|
||||||
daprdLogDestination: file # (optional), can be file, console or fileAndConsole. default is file.
|
daprdLogDestination: file # (optional), can be file, console or fileAndConsole. default is file.
|
||||||
- appID: backend # optional
|
- appID: backend # optional
|
||||||
|
|
Loading…
Reference in New Issue