From 5b42f711814bdcc3116c7647bcc6a6f62ad1583c Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 6 May 2015 11:03:50 -0700 Subject: [PATCH] website: minor doc changes for zookeeper --- website/source/docs/config/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index b45c71d6a5..1ea5dd7165 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -101,8 +101,8 @@ For Zookeeper, the following options are supported: Defaults to "vault/". * `address` (optional) - The address(es) of the Zookeeper instance(s) to talk to. - Can be comma separated list of many Zookeeper instances. - Defaults to the local instance address, if available. + Can be comma separated list (host:port) of many Zookeeper instances. + Defaults to "localhost:2181" if not specified. #### Backend Reference: Inmem