ClickHouse/tests/integration/test_random_inserts/configs/conf.d/remote_servers.xml

18 lines
476 B
XML
Raw Normal View History

2017-07-26 12:31:55 +00:00
<yandex>
<remote_servers>
<test_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>