aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/curator.def
blob: 7b19a2c95432f940d892304abaacedb342565900 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. 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

# session timeout, the high default is used by config servers
zookeeperSessionTimeoutSeconds int default=120