Skip to content

Commit

Permalink
docs: use some-secret instead of some-public-key
Browse files Browse the repository at this point in the history
The rest of the docs all use `some-secret`, so having only this **one**
place use `some-public-key` is really misleading.
  • Loading branch information
thomasheartman committed Feb 4, 2022
1 parent 9ccba98 commit 673b297
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 673b297

Please sign in to comment.