Skip to content

Commit

Permalink
Remember to add tokens variable for passing in tokens to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jul 4, 2024
1 parent 7364670 commit 55d7b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Edge and the Proxy and how to achieve similar behavior in Edge.
Running Edge in docker with recommended setup

```shell
docker run -it -p 3063:3063 -e STRICT=true -e UPSTREAM_URL=<yourunleashinstance> unleashorg/unleash-edge:<mostrecentversion> edge
docker run -it -p 3063:3063 -e STRICT=true -e TOKENS=<comma separated list of tokens edge should use to authenticate and poll upstream> -e UPSTREAM_URL=<yourunleashinstance> unleashorg/unleash-edge:<mostrecentversion> edge
```

## Deploying Unleash Edge
Expand Down

0 comments on commit 55d7b4c

Please sign in to comment.