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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
309 B
XML
Raw Normal View History

<clickhouse>
2019-06-04 20:59:31 +00:00
<remote_servers>
2019-07-03 16:37:37 +00:00
<lost_host_cluster>
<shard>
<internal_replication>false</internal_replication>
<replica>
<host>lost_host</host>
<port>9000</port>
</replica>
</shard>
</lost_host_cluster>
2019-06-04 20:59:31 +00:00
</remote_servers>
</clickhouse>