mirror of
https://gitlab.rd.nic.fr/labs/frcrawler/scripts.git
synced 2025-04-05 03:55:13 +02:00
35 lines
1 KiB
XML
35 lines
1 KiB
XML
<clickhouse>
|
|
<listen_host>0.0.0.0</listen_host>
|
|
<postgresql_port>9005</postgresql_port>
|
|
<dictionaries_config>dict.config.d/*.xml</dictionaries_config>
|
|
<remote_servers replace="replace">
|
|
<dev_cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>ch01</host>
|
|
<port>9000</port>
|
|
<user>test</user>
|
|
<password>test</password>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<host>ch02</host>
|
|
<port>9000</port>
|
|
<user>test</user>
|
|
<password>test</password>
|
|
</replica>
|
|
</shard>
|
|
</dev_cluster>
|
|
</remote_servers>
|
|
<zookeeper replace="replace">
|
|
<node index="1">
|
|
<host>zk01</host>
|
|
<port>2181</port>
|
|
</node>
|
|
</zookeeper>
|
|
<macros>
|
|
<shard>02</shard>
|
|
<replica>ch02</replica>
|
|
</macros>
|
|
</clickhouse>
|