summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2014-03-14 14:47:39 +0100
committerHanno Schlichting <hanno@hannosch.eu>2014-03-14 14:47:39 +0100
commit854c215616b7156bdda3ae65899775304c7b46fa (patch)
tree7b341e24c1c36147f4424a937a6b1ae48fc5f9d6 /docs
parent472d774155cb3c04471ced8ef81dac3992ab45da (diff)
downloadkazoo-854c215616b7156bdda3ae65899775304c7b46fa.tar.gz
Allow easier customization of the testing cluster port range, closes #133.133-testing-cluster-ports
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/testing.rst b/docs/testing.rst
index f0ad9ed..085ab43 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -19,6 +19,10 @@ If your Java setup is complex, you may also override our classpath mechanism
completely by specifying an environment variable called `ZOOKEEPER_CLASSPATH`.
If provided, it will be used unmodified as the Java classpath for Zookeeper.
+You can specify an optional `ZOOKEEPER_PORT_OFFSET` environment variable to
+influence the ports the cluster is using. By default the offset is 20000 and
+a cluster with three members will use ports 20000, 20010 and 20020.
+
Kazoo Test Harness
==================