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

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

18 lines
501 B
XML
Raw Normal View History

2024-07-02 22:51:21 +00:00
<clickhouse>
<remote_servers>
<test_cluster_mixed>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>current</host>
<port>9000</port>
</replica>
<replica>
<host>backward</host>
<port>9000</port>
</replica>
</shard>
</test_cluster_mixed>
</remote_servers>
</clickhouse>