1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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:
Thomas Heartman 2022-02-04 10:34:19 +01:00 committed by GitHub
commit d8f847d7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \