Issue 1113 fixed (#1144)

Changed the dapr run example shown in the doc so that the http port label is correct, replacing the old, out-og-date label.
This commit is contained in:
georgestevens99 2021-01-31 20:19:01 -05:00 committed by GitHub
parent ab0df69645
commit 98213a5553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ To configure a different kind of secret store see the guidance on [how to config
Now run the Dapr sidecar (with no application)
```bash
dapr run --app-id my-app --port 3500 --components-path ./components
dapr run --app-id my-app --dapr-http-port 3500 --components-path ./components
```
And now you can get the secret by calling the Dapr sidecar using the secrets API: