ClickHouse/dbms/tests/integration/test_delayed_replica_failover/configs/remote_servers.xml
2017-05-22 17:56:41 +04:00

18 lines
482 B
XML

<yandex>
<remote_servers>
<test_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>replica1</host>
<port>9000</port>
</replica>
<replica>
<host>replica2</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>