fix(self-hosting): clickhouse config still need macros, update docs to remove zookeeper

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-17 23:28:50 +01:00
parent cbf8831eb5
commit 1a5d608be4
2 changed files with 31 additions and 0 deletions

View File

@@ -19,4 +19,11 @@
<listen_host>0.0.0.0</listen_host>
<interserver_listen_host>0.0.0.0</interserver_listen_host>
<interserver_http_host>op-ch</interserver_http_host>
<!-- Not used anymore, but kept for backwards compatibility -->
<macros>
<shard>1</shard>
<replica>replica1</replica>
<cluster>openpanel_cluster</cluster>
</macros>
</clickhouse>