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

20 lines
454 B
XML
Raw Normal View History

2020-01-05 19:36:14 +00:00
<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>not_existing</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
<test_cluster_2>
<node>
<host>not_existing</host>
<port>9000</port>
</node>
</test_cluster_2>
2020-01-05 19:36:14 +00:00
</remote_servers>
</yandex>