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

19 lines
371 B
XML
Raw Normal View History

2020-09-11 23:33:17 +00:00
<yandex>
<remote_servers>
<cluster>
<shard>
<replica>
<host>n1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>n2</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</yandex>