mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
17 lines
415 B
XML
17 lines
415 B
XML
<clickhouse>
|
|
<remote_servers>
|
|
<cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>node_ll</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node_no_ll</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster>
|
|
</remote_servers>
|
|
</clickhouse>
|