2020-02-27 16:47:40 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-09-19 22:38:53 +00:00
|
|
|
<clickhouse>
|
2020-02-27 16:47:40 +00:00
|
|
|
<tcp_port>9000</tcp_port>
|
|
|
|
<listen_host>127.0.0.1</listen_host>
|
|
|
|
|
|
|
|
<openSSL>
|
|
|
|
<client>
|
|
|
|
<cacheSessions>true</cacheSessions>
|
|
|
|
<verificationMode>none</verificationMode>
|
|
|
|
<invalidCertificateHandler>
|
|
|
|
<name>AcceptCertificateHandler</name>
|
|
|
|
</invalidCertificateHandler>
|
|
|
|
</client>
|
|
|
|
</openSSL>
|
|
|
|
|
|
|
|
<max_concurrent_queries>500</max_concurrent_queries>
|
|
|
|
<mark_cache_size>5368709120</mark_cache_size>
|
|
|
|
<path>./clickhouse/</path>
|
|
|
|
<users_config>users.xml</users_config>
|
2021-09-19 22:38:53 +00:00
|
|
|
</clickhouse>
|