ClickHouse/tests/integration/test_block_structure_mismatch/configs/remote_servers.xml
2021-09-20 01:38:53 +03:00

19 lines
457 B
XML

<clickhouse>
<remote_servers>
<testcluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</testcluster>
</remote_servers>
</clickhouse>