-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_example.yml
26 lines (22 loc) · 1005 Bytes
/
config_example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright © 2020, CERN
# This software is distributed under the terms of the MIT Licence,
# copied verbatim in the file 'LICENSE'. In applying this licence,
# CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.
---
# Session timeout in milliseconds.
timeout: 2000
# Option for connection targets in the form of connection string
# containing a comma separated list of host:port pairs,
# each corresponding to a ZooKeeper server.
zkServers: "127.0.0.1:2183,127.0.0.1:2182,127.0.0.1:2181"
# colors for tree view output
# matchcolor is the color for matching nodes per query
# mismatchcolor is the color for mismatching nodes per query
# Available colors: RED, GREEN, BLACK, BLUE, YELLOW, MAGENTA, CYAN, WHITE
matchColor: "GREEN"
mismatchColor: "RED"
# Absolute path pointing to the JAAS configuration required
# for ZooKeeper authentication and authorization
jaas: "/path/to/jaas.conf"