We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918097 commit 196a567Copy full SHA for 196a567
.github/env/global.env
@@ -1,5 +1,5 @@
1
DAPR_CLI_VERSION: 1.16.0-rc.1
2
-DAPR_RUNTIME_VERSION: 1.16.0-rc.7
+DAPR_RUNTIME_VERSION: 1.16.0-rc.8
3
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
4
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
5
jobs/python/http/README.md
@@ -18,7 +18,7 @@ This quickstart includes two apps:
18
## Environment Variables
19
20
- `JOB_SERVICE_DAPR_HTTP_PORT`: The Dapr HTTP port of the job-service (default: 6280)
21
-- `DAPR_HOST`: The Dapr host address (default: <http://localhost>)
+- `DAPR_HOST`: The Dapr host address (default: "http://localhost")
22
23
## Run all apps with multi-app run template file
24
0 commit comments