ClickHouse/tests/integration/test_access_control_on_cluster/configs/config.d/clusters.xml

23 lines
485 B
XML

<yandex>
<remote_servers>
<cluster>
<shard>
<replica>
<host>ch1</host>
<port>9000</port>
</replica>
<replica>
<host>ch2</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>ch3</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</yandex>