ClickHouse/dbms/tests/integration_drafts/001_miltiple_disks/config/conf.d/cluster.xml
2019-05-13 15:41:47 +02:00

16 lines
405 B
XML

<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>ch1</host>
<port>9000</port>
</replica>
<replica>
<host>ch2</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>