mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
15 lines
323 B
XML
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>
|