-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathmetrika_logic_fake2.xml
50 lines (50 loc) · 1.47 KB
/
metrika_logic_fake2.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<yandex>
<zookeeper>
<node index="1">
<host>192.168.0.1</host>
<port>2181</port>
</node>
<node index="2">
<host>192.168.0.2</host>
<port>2181</port>
</node>
<node index="3">
<host>192.168.0.3</host>
<port>2181</port>
</node>
</zookeeper>
<remote_servers>
<test>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>192.168.0.1</host>
<port>0</port>
<user></user>
<password></password>
</replica>
<replica>
<host>192.168.0.2</host>
<port>0</port>
<user></user>
<password></password>
</replica>
</shard>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>192.168.0.3</host>
<port>0</port>
<user></user>
<password></password>
</replica>
<replica>
<host>192.168.0.4</host>
<port>0</port>
<user></user>
<password></password>
</replica>
</shard>
</test>
</remote_servers>
</yandex>