mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
84e5870b71
* Revert "Revert "improve CI with digest for docker, build and test jobs"" * fix: docker manifest merge for missing images only
11 lines
468 B
XML
11 lines
468 B
XML
<clickhouse>
|
|
<!-- Directory with user provided files that are accessible by 'file' table function. -->
|
|
<user_files_path>/var/lib/clickhouse/user_files/</user_files_path>
|
|
|
|
<!-- Path to configuration file with users, access rights, profiles of settings, quotas. -->
|
|
<users_config>users.xml</users_config>
|
|
|
|
<!-- Path to directory where users created by SQL commands are stored. -->
|
|
<access_control_path>access/</access_control_path>
|
|
</clickhouse>
|