docs: ✏️ add CLICKHOUSE_SKIP_ENSURES to env example
This commit is contained in:
@@ -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=
|
||||
Reference in New Issue
Block a user