ClickHouse/tests/integration/test_replicated_user_defined_functions/configs/config.xml

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

18 lines
487 B
XML
Raw Normal View History

2023-02-06 15:51:22 +00:00
<clickhouse>
<user_defined_zookeeper_path>/clickhouse/udf</user_defined_zookeeper_path>
<remote_servers>
<default>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</default>
</remote_servers>
</clickhouse>