ClickHouse/tests/integration/test_distributed_backward_compatability/configs/remote_servers.xml
2020-05-14 23:44:52 +03:00

19 lines
451 B
XML

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