mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
22 lines
595 B
XML
22 lines
595 B
XML
<?xml version="1.0"?>
|
|
<clickhouse>
|
|
<remote_servers>
|
|
<source_trivial_cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>first_trivial</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</source_trivial_cluster>
|
|
<destination_trivial_cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>second_trivial</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</destination_trivial_cluster>
|
|
</remote_servers>
|
|
</clickhouse>
|