From 673b297209d40de49ecb632e2cc03d6d81956a33 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 4 Feb 2022 10:13:27 +0100 Subject: [PATCH] docs: use `some-secret` instead of `some-public-key` The rest of the docs all use `some-secret`, so having only this **one** place use `some-public-key` is really misleading. --- website/docs/sdks/unleash-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/unleash-proxy.md b/website/docs/sdks/unleash-proxy.md index bb624eae83c..2f6114f2800 100644 --- a/website/docs/sdks/unleash-proxy.md +++ b/website/docs/sdks/unleash-proxy.md @@ -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 \