mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
24 lines
551 B
XML
24 lines
551 B
XML
<clickhouse>
|
|
<remote_servers>
|
|
<test_cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>node1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
|
|
<replica>
|
|
<host>node2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
|
|
<replica>
|
|
<host>node3</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
|
|
</shard>
|
|
</test_cluster>
|
|
</remote_servers>
|
|
</clickhouse>
|