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