-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
34 lines (34 loc) · 1000 Bytes
/
config.xml
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
27
28
29
30
31
32
33
34
<yandex>
<remote_servers>
<bip_ck_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>ch-server-1</host>
<port>9000</port>
</replica>
<replica>
<host>ch-server-2</host>
<port>9000</port>
</replica>
</shard>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>ch-server-3</host>
<port>9000</port>
</replica>
<replica>
<host>ch-server-4</host>
<port>9000</port>
</replica>
</shard>
</bip_ck_cluster>
</remote_servers>
<zookeeper>
<node>
<host>zookeeper</host>
<port>2181</port>
</node>
</zookeeper>
</yandex>