ClickHouse/tests/integration/test_drop_if_empty/configs/remote_servers.xml
2023-09-21 09:20:18 -04:00

18 lines
409 B
XML

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