mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
21 lines
561 B
XML
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>
|