mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
21 lines
573 B
XML
21 lines
573 B
XML
<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>
|