Skip to content

Commit

Permalink
update on giving a cluster an alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Antwnis committed Nov 7, 2017
1 parent c18cc75 commit 614dfff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,10 @@ docker run --rm -it -p 8000:8000 \

The CONNECT_URL can be a comma separated array of Connect worker endpoints. E.g: CONNECT_URL=http://connect.1.url,http://connect.2.url"

Additionally you can assign custom names to your Connect clusters by appending a semicolon and the cluster name after the endpoint URL. E.g:

```"CONNECT_URL=http://connect.1.url;dev cluster,http://connect.2.url;production cluster"```

Web UI will be available at `http://localhost:8000`


Expand Down

0 comments on commit 614dfff

Please sign in to comment.