Skip to content

Commit

Permalink
Merge pull request #1332 from Unleash/docs/proxy-client-keys-consistency
Browse files Browse the repository at this point in the history
docs: use `some-secret` instead of `some-public-key`
  • Loading branch information
thomasheartman committed Feb 4, 2022
2 parents 9ccba98 + 673b297 commit d8f847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdks/unleash-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The easiest way to run Unleash is via Docker. We have published a [docker image

```bash
docker run \
-e UNLEASH_PROXY_CLIENT_KEYS=some-public-key \
-e UNLEASH_PROXY_CLIENT_KEYS=some-secret \
-e UNLEASH_URL='https://app.unleash-hosted.com/demo/api/' \
-e UNLEASH_API_TOKEN=56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d \
-p 3000:3000 \
Expand Down

0 comments on commit d8f847d

Please sign in to comment.