mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
21 lines
596 B
XML
21 lines
596 B
XML
<?xml version="1.0"?>
|
|
<yandex>
|
|
<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>
|
|
</yandex>
|