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

19 lines
471 B
XML
Raw Normal View History

<yandex>
<remote_servers>
<test_local_cluster>
<shard>
<replica>
<host>instance1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>instance2</host>
<port>9000</port>
</replica>
</shard>
</test_local_cluster>
</remote_servers>
</yandex>