remove weird comment in example

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-01-31 16:02:16 -06:00
parent 0164ee6f33
commit 1a6564f7fb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ apps:
configFilePath: .dapr/config.yaml # (optional) can be default by convention too, ignore if file is not found.
appProtocol: HTTP
appPort: 8080
appHealthCheckPath: "/healthz" # All _ converted to - for all properties defined under daprd section
appHealthCheckPath: "/healthz"
command: ["python3" "app.py"]
- appID: backend
appDirPath: .dapr/backend/