ClickHouse/tests/integration/test_truncate_database/configs/distributed_servers.xml
Bharat Nallan Chakravarthy 73ea9b058f add integration tests
2023-08-10 21:14:47 -07:00

19 lines
459 B
XML

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