mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
16 lines
283 B
XML
16 lines
283 B
XML
<clickhouse>
|
|
<remote_servers>
|
|
<default>
|
|
<shard>
|
|
<replica>
|
|
<host>writing_node</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>reading_node</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</default>
|
|
</remote_servers>
|
|
</clickhouse> |