ClickHouse/programs/diagnostics/testdata/configs/include/xml/user-include.xml
2022-08-28 20:49:39 +02:00

21 lines
561 B
XML

<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>