mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
23 lines
610 B
XML
23 lines
610 B
XML
<yandex>
|
|
<remote_servers>
|
|
<test_cluster>
|
|
<shard>
|
|
<internal_replication>true</internal_replication>
|
|
<replica>
|
|
<host>node_1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node_2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node_3</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</test_cluster>
|
|
</remote_servers>
|
|
</yandex>
|
|
|