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

21 lines
529 B
XML

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