From 6dd15924926f672986e63c70ae8c069a445ee085 Mon Sep 17 00:00:00 2001 From: amianthus <49116958+SirTenzin@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:14:13 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20add=20CLICKHOUSE?= =?UTF-8?q?=5FSKIP=5FENSURES=20to=20env=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/.env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/.env.example b/server/.env.example index 3385a66fa..ff03b437d 100644 --- a/server/.env.example +++ b/server/.env.example @@ -68,4 +68,8 @@ ANTHROPIC_API_KEY= # This is used to store your events in a ClickHouse database, which is used for usage analytics CLICKHOUSE_URL= CLICKHOUSE_USERNAME= -CLICKHOUSE_PASSWORD= \ No newline at end of file +CLICKHOUSE_PASSWORD= + +# When you first run the server, it needs to create some custom SQL VIEWs and FUNCTIONs, +# Once you run this once you can set this flag to "true" to make the server skip this step, as it only needs to perform this once. +CLICKHOUSE_SKIP_ENSURES= \ No newline at end of file