diff --git a/server/.env.example b/server/.env.example index ba76db492..3385a66fa 100644 --- a/server/.env.example +++ b/server/.env.example @@ -62,4 +62,10 @@ SVIX_API_KEY= # ANTHROPIC # This is used to generate singular / plural names for your features, which are used when in the dashboard and when you use Autumn UI components -ANTHROPIC_API_KEY= \ No newline at end of file +ANTHROPIC_API_KEY= + +# CLICKHOUSE +# 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