mirror of https://github.com/dapr/docs.git
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:
parent
ab0df69645
commit
98213a5553
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue