mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
21 lines
531 B
XML
21 lines
531 B
XML
<clickhouse>
|
|
<users>
|
|
<default>
|
|
<password></password>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</default>
|
|
<test_allow>
|
|
<password></password>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
<networks>
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<allow_databases>
|
|
<database>default</database>
|
|
</allow_databases>
|
|
</test_allow>
|
|
</users>
|
|
</clickhouse>
|