mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<clickhouse>
|
|
<timezone>Etc/UTC</timezone>
|
|
<listen_host>0.0.0.0</listen_host>
|
|
<custom_settings_prefixes>custom_</custom_settings_prefixes>
|
|
<path>/var/lib/clickhouse/</path>
|
|
<tmp_path>/var/lib/clickhouse/tmp/</tmp_path>
|
|
|
|
<!-- For tests which check compatibility with older versions. -->
|
|
<users_config>users.xml</users_config>
|
|
|
|
<logger>
|
|
<level>test</level>
|
|
<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>
|
|
<rotateOnOpen>true</rotateOnOpen>
|
|
</logger>
|
|
|
|
<access_control_improvements>
|
|
<users_without_row_policies_can_read_rows>true</users_without_row_policies_can_read_rows>
|
|
<on_cluster_queries_require_cluster_grant>true</on_cluster_queries_require_cluster_grant>
|
|
<select_from_system_db_requires_grant>true</select_from_system_db_requires_grant>
|
|
<select_from_information_schema_requires_grant>true</select_from_information_schema_requires_grant>
|
|
<settings_constraints_replace_previous>true</settings_constraints_replace_previous>
|
|
<role_cache_expiration_time_seconds>2</role_cache_expiration_time_seconds>
|
|
</access_control_improvements>
|
|
|
|
<custom_cached_disks_base_directory replace="replace">/</custom_cached_disks_base_directory>
|
|
|
|
<!-- Remove the default remote server to avoid people depending on its hardcoded config -->
|
|
<remote_servers remove="remove"></remote_servers>
|
|
</clickhouse>
|