From 162397b82daa40744a7a5293175d15da485ff230 Mon Sep 17 00:00:00 2001 From: Anders Pearson Date: Wed, 18 Oct 2017 20:25:15 +0100 Subject: [PATCH] update README for memberlist settings --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b8c3eb..c3586ac 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ CASK_PORT Port to listen on. +CASK_GOSSIP_PORT +---------------- + +Port for gossip protocol (can work with only TCP access, but allowing +UDP access to this port will also speed things up). + CASK_BASE_URL ------------- @@ -106,9 +112,9 @@ read and write permissions to it. CASK_NEIGHBORS -------------- -A comma seperated list of base URLs for other nodes. If this exists, -the cask node will try, upon startup, to join those other nodes. This -is handy for bootstrapping the cluster. +A comma seperated list of other nodes. If this exists, the cask node +will try, upon startup, to join those other nodes. This is handy for +bootstrapping the cluster. CASK_REPLICATION ----------------