ClickHouse/tests/integration/test_storage_mysql/configs/users.xml

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

19 lines
456 B
XML
Raw Normal View History

<clickhouse>
<profiles>
<default>
<max_block_size>2</max_block_size>
</default>
</profiles>
<users>
<default>
<password></password>
<networks incl="networks" replace="replace">
<ip>::/0</ip>
</networks>
<profile>default</profile>
2023-06-08 18:30:34 +00:00
<named_collection_control>1</named_collection_control>
</default>
</users>
</clickhouse>