frcrawler-scripts/dev/config/ch01.d/ch01.xml
Gaël Berthaud-Müller 38679a009a add all files
2024-03-06 14:49:11 +01:00

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>01</shard>
<replica>ch01</replica>
</macros>
</clickhouse>