mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2025-12-06 14:54:07 +00:00
19 lines
605 B
XML
19 lines
605 B
XML
<clickhouse>
|
|
<remote_servers replace="true">
|
|
<cluster_1S_2R>
|
|
<secret>mysecretphrase</secret>
|
|
<shard>
|
|
<weight>1</weight>
|
|
<internal_replication>true</internal_replication>
|
|
<replica>
|
|
<host>clickhouse-server1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>clickhouse-server2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster_1S_2R>
|
|
</remote_servers>
|
|
</clickhouse> |