summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configdefinitions/src/vespa/curator.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/curator.def b/configdefinitions/src/vespa/curator.def
index ac03d994bb3..700f9951af4 100644
--- a/configdefinitions/src/vespa/curator.def
+++ b/configdefinitions/src/vespa/curator.def
@@ -1,7 +1,9 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config
+# hostname and port of servers that curator will connect to
server[].hostname string
server[].port int default=2181
+# if true, only connect to server on localhost (must be in one of the servers above)
zookeeperLocalhostAffinity bool default=false