docs: ✏️ add CLICKHOUSE_SKIP_ENSURES to env example

This commit is contained in:
amianthus
2025-07-17 11:14:13 +01:00
parent cd35399dd9
commit 6dd1592492

View File

@@ -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=
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=