mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Merge pull request #1332 from Unleash/docs/proxy-client-keys-consistency
docs: use `some-secret` instead of `some-public-key`
This commit is contained in:
commit
d8f847d7bd
@ -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