ClickHouse/tests/integration/test_merge_tree_settings_constraints/users.xml

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

28 lines
621 B
XML
Raw Normal View History

2022-12-07 20:16:10 +00:00
<clickhouse>
<profiles>
<default>
<constraints>
<merge_tree_min_bytes_for_wide_part>
<min>1000</min>
<max>100000000</max>
</merge_tree_min_bytes_for_wide_part>
</constraints>
</default>
<readonly>
<readonly>1</readonly>
</readonly>
</profiles>
<users>
<default>
<password></password>
<networks>
<ip>::/0</ip>
</networks>
<profile>default</profile>
</default>
</users>
</clickhouse>