Update clickhouse config root element
/ ansible (push) Successful in 2m2s Details
/ terraform (push) Successful in 1m14s Details

https://github.com/plausible/hosting/pull/65
This commit is contained in:
Jake Howard 2023-05-02 14:12:58 +01:00
parent 311ca53db1
commit 2d1ec6577a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<yandex>
<clickhouse>
<listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host>
<listen_try>1</listen_try>
@ -14,4 +14,4 @@
<asynchronous_metric_log remove="remove"/>
<session_log remove="remove"/>
<part_log remove="remove"/>
</yandex>
</clickhouse>

View File

@ -1,8 +1,8 @@
<yandex>
<clickhouse>
<profiles>
<default>
<log_queries>0</log_queries>
<log_query_threads>0</log_query_threads>
</default>
</profiles>
</yandex>
</clickhouse>