mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
27 lines
738 B
XML
27 lines
738 B
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<allow_deprecated_syntax_for_merge_tree>1</allow_deprecated_syntax_for_merge_tree>
|
|
</default>
|
|
</profiles>
|
|
<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>
|
|
<database>system</database>
|
|
</allow_databases>
|
|
</test_allow>
|
|
</users>
|
|
</clickhouse>
|