ClickHouse/dbms/tests/integration/test_distributed_ddl_password/configs/config.d/clusters.xml

29 lines
745 B
XML

<yandex>
<remote_servers>
<awesome_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node3</host>
<port>9000</port>
</replica>
<replica>
<host>node4</host>
<port>9000</port>
</replica>
</shard>
</awesome_cluster>
</remote_servers>
</yandex>