ClickHouse/tests/integration/test_replication_without_zookeeper/configs/remote_servers.xml

15 lines
411 B
XML
Raw Normal View History

2019-08-09 11:17:33 +00:00
<yandex>
<remote_servers>
<test_cluster>
<shard>
<internal_replication>true</internal_replication>
<replica>
<default_database>shard_0</default_database>
<host>node1</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
</remote_servers>
</yandex>