ClickHouse/tests/integration/test_row_policy/configs/config.d/remote_servers.xml

19 lines
462 B
XML

<yandex>
<remote_servers>
<test_local_cluster>
<shard>
<replica>
<host>node</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</test_local_cluster>
</remote_servers>
</yandex>