ClickHouse/programs/diagnostics/testdata/configs/include/xml/user-include.xml

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

21 lines
561 B
XML
Raw Normal View History

2022-04-27 12:22:20 +00:00
<clickhouse>
<test_user>
<networks>
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
<password_sha256_hex>REPLACE_ME</password_sha256_hex>
<access_management>1</access_management>
</test_user>
<another_user>
<networks>
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
<passwird>REPLACE_ME</passwird>
<access_management>1</access_management>
</another_user>
</clickhouse>