From 614dfff935d95824c043ca6fcccfc6c8b61f3b21 Mon Sep 17 00:00:00 2001 From: Antonios Chalkiopoulos Date: Tue, 7 Nov 2017 10:23:38 +0000 Subject: [PATCH] update on giving a cluster an alias --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 285c118..865cb6a 100644 --- a/README.md +++ b/README.md @@ -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`