ClickHouse/tests/integration/test_analyzer_compatibility/configs/remote_servers.xml
Nikita Mikhaylov dd3eb538f6 Better
2024-07-04 11:12:27 +00:00

18 lines
501 B
XML

<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>