ClickHouse/tests/integration/test_row_policy/configs/users.d/another_user.xml

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

18 lines
387 B
XML
Raw Normal View History

<clickhouse>
2020-11-20 10:38:53 +00:00
<profiles>
<default>
<optimize_on_insert>0</optimize_on_insert>
</default>
</profiles>
<users>
<another>
<password/>
<networks>
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
</another>
</users>
</clickhouse>