website: minor doc changes for zookeeper

This commit is contained in:
Armon Dadgar 2015-05-06 11:03:50 -07:00
parent b71afe54e5
commit 9d7119d7d0
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ For Zookeeper, the following options are supported:
Defaults to "vault/". Defaults to "vault/".
* `address` (optional) - The address(es) of the Zookeeper instance(s) to talk to. * `address` (optional) - The address(es) of the Zookeeper instance(s) to talk to.
Can be comma separated list of many Zookeeper instances. Can be comma separated list (host:port) of many Zookeeper instances.
Defaults to the local instance address, if available. Defaults to "localhost:2181" if not specified.
#### Backend Reference: Inmem #### Backend Reference: Inmem