mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
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.
This commit is contained in:
parent
9ccba98462
commit
673b297209
@ -57,7 +57,7 @@ The easiest way to run Unleash is via Docker. We have published a [docker image
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run \
|
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_URL='https://app.unleash-hosted.com/demo/api/' \
|
||||||
-e UNLEASH_API_TOKEN=56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d \
|
-e UNLEASH_API_TOKEN=56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
|
Loading…
Reference in New Issue
Block a user