mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
859b35e0ff
* CLICKHOUSE-3887 Debian init: Service stop timeout * clean * clean * docker: use configs from clickhouse-test * clean
17 lines
340 B
XML
17 lines
340 B
XML
<yandex>
|
|
<zookeeper>
|
|
<node>
|
|
<host>localhost</host>
|
|
<port>2181</port>
|
|
</node>
|
|
<node>
|
|
<host>yandex.ru</host>
|
|
<port>2181</port>
|
|
</node>
|
|
<node>
|
|
<host>111.0.1.2</host>
|
|
<port>2181</port>
|
|
</node>
|
|
</zookeeper>
|
|
</yandex>
|