ClickHouse/tests/integration/test_distributed_backward_compatability/configs/remote_servers.xml
2021-10-26 09:02:13 +03:00

19 lines
459 B
XML

<clickhouse>
<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>
</clickhouse>