infrastructure/ansible/roles/plausible/files/clickhouse-config.xml
Jake Howard 092f12459e
Fix XML formatting
This caused clickhouse to crash hard!
2020-09-18 12:21:15 +01:00

18 lines
477 B
XML

<yandex>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host>
<listen_try>1</listen_try>
<logger>
<level>warning</level>
<console>true</console>
</logger>
<text_log>
<level>warning</level>
</text_log>
<metric_log>
<level>warning</level>
</metric_log>
<trace_log></trace_log>
</yandex>