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

21 lines
533 B
XML
Raw Normal View History

2020-01-24 14:28:10 +00:00
<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
<user>normal</user>
2020-01-24 14:28:10 +00:00
</replica>
</shard>
<shard>
2020-01-24 14:28:10 +00:00
<replica>
<host>node2</host>
<port>9000</port>
<user>readonly</user>
2020-01-24 14:28:10 +00:00
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>