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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
491 B
XML
Raw Normal View History

<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>