2021-10-26 05:53:23 +00:00
|
|
|
<clickhouse>
|
2022-03-14 12:46:45 +00:00
|
|
|
<timezone>Etc/UTC</timezone>
|
2017-07-10 20:34:19 +00:00
|
|
|
<listen_host>0.0.0.0</listen_host>
|
2020-08-03 22:48:29 +00:00
|
|
|
<custom_settings_prefixes>custom_</custom_settings_prefixes>
|
2017-05-23 20:52:48 +00:00
|
|
|
<path>/var/lib/clickhouse/</path>
|
|
|
|
<tmp_path>/var/lib/clickhouse/tmp/</tmp_path>
|
2020-08-17 14:38:10 +00:00
|
|
|
|
|
|
|
<!-- For tests which check compatibility with older versions. -->
|
|
|
|
<users_config>users.xml</users_config>
|
2021-06-29 13:01:15 +00:00
|
|
|
|
|
|
|
<logger>
|
2021-10-06 12:39:14 +00:00
|
|
|
<level>test</level>
|
2021-06-29 13:01:15 +00:00
|
|
|
<log>/var/log/clickhouse-server/clickhouse-server.log</log>
|
|
|
|
<errorlog>/var/log/clickhouse-server/clickhouse-server.err.log</errorlog>
|
|
|
|
<size>1000M</size>
|
|
|
|
<count>10</count>
|
|
|
|
<stderr>/var/log/clickhouse-server/stderr.log</stderr>
|
|
|
|
<stdout>/var/log/clickhouse-server/stdout.log</stdout>
|
2021-10-06 13:08:25 +00:00
|
|
|
<rotateOnOpen>true</rotateOnOpen>
|
2021-06-29 13:01:15 +00:00
|
|
|
</logger>
|
2022-05-06 23:37:23 +00:00
|
|
|
|
|
|
|
<access_control_improvements>
|
|
|
|
<users_without_row_policies_can_read_rows>true</users_without_row_policies_can_read_rows>
|
2022-07-10 13:15:51 +00:00
|
|
|
<on_cluster_queries_require_cluster_grant>true</on_cluster_queries_require_cluster_grant>
|
2022-07-07 17:17:07 +00:00
|
|
|
<select_from_system_db_requires_grant>true</select_from_system_db_requires_grant>
|
2022-07-10 13:15:51 +00:00
|
|
|
<select_from_information_schema_requires_grant>true</select_from_information_schema_requires_grant>
|
2022-09-02 02:12:05 +00:00
|
|
|
<settings_constraints_replace_previous>true</settings_constraints_replace_previous>
|
2023-03-21 07:44:08 +00:00
|
|
|
<role_cache_expiration_time_seconds>2</role_cache_expiration_time_seconds>
|
2022-05-06 23:37:23 +00:00
|
|
|
</access_control_improvements>
|
2024-01-17 09:32:56 +00:00
|
|
|
|
2024-01-17 14:52:07 +00:00
|
|
|
<custom_cached_disks_base_directory replace="replace">/</custom_cached_disks_base_directory>
|
2024-03-18 14:52:16 +00:00
|
|
|
|
|
|
|
<!-- Remove the default remote server to avoid people depending on its hardcoded config -->
|
|
|
|
<remote_servers remove="remove"></remote_servers>
|
2021-10-26 05:53:23 +00:00
|
|
|
</clickhouse>
|