mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
20 lines
491 B
XML
20 lines
491 B
XML
|
<clickhouse>
|
||
|
<remote_servers>
|
||
|
<test_cluster>
|
||
|
<shard>
|
||
|
<internal_replication>true</internal_replication>
|
||
|
<replica>
|
||
|
<host>node1</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
</shard>
|
||
|
</test_cluster>
|
||
|
</remote_servers>
|
||
|
|
||
|
<allow_zookeeper_write>1</allow_zookeeper_write>
|
||
|
|
||
|
<distributed_ddl>
|
||
|
<host_name>node1</host_name>
|
||
|
</distributed_ddl>
|
||
|
</clickhouse>
|