ClickHouse/tests/integration/test_cluster_copier/configs/conf.d/clusters_trivial.xml

22 lines
595 B
XML
Raw Normal View History

<?xml version="1.0"?>
<clickhouse>
<remote_servers>
<source_trivial_cluster>
<shard>
<replica>
2021-06-08 01:50:43 +00:00
<host>first_trivial</host>
<port>9000</port>
</replica>
</shard>
</source_trivial_cluster>
<destination_trivial_cluster>
<shard>
<replica>
2021-06-08 01:50:43 +00:00
<host>second_trivial</host>
<port>9000</port>
</replica>
</shard>
</destination_trivial_cluster>
</remote_servers>
</clickhouse>