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

21 lines
529 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>
2020-03-24 22:24:51 +00:00
<user>shard</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>
2020-03-24 22:24:51 +00:00
<user>shard</user>
2020-01-24 14:28:10 +00:00
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>