ClickHouse/tests/integration/test_s3_cluster/configs/cluster.xml
2021-09-20 01:38:53 +03:00

24 lines
525 B
XML

<clickhouse>
<remote_servers>
<cluster_simple>
<shard>
<replica>
<host>s0_0_0</host>
<port>9000</port>
</replica>
<replica>
<host>s0_0_1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>s0_1_0</host>
<port>9000</port>
</replica>
</shard>
</cluster_simple>
</remote_servers>
</clickhouse>