ClickHouse/tests/integration/test_system_queries/configs/config.d/clusters_config.xml
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

15 lines
323 B
XML

<?xml version="1.0"?>
<yandex>
<remote_servers>
<lost_host_cluster>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>lost_host</host>
<port>9000</port>
</replica>
</shard>
</lost_host_cluster>
</remote_servers>
</yandex>