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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
573 B
XML
Raw Normal View History

<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>