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

21 lines
533 B
XML

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