ClickHouse/tests/integration/test_cluster_all_replicas/configs/remote_servers.xml

17 lines
406 B
XML
Raw Normal View History

<yandex>
<remote_servers>
<two_shards>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</two_shards>
</remote_servers>
</yandex>