Working metrics for all forms of interactions and updated .env.example
This commit is contained in:
11
.env.example
11
.env.example
@@ -27,3 +27,14 @@ S3_VIRTUAL_HOST=false
|
||||
|
||||
# Email (Brevo)
|
||||
BREVO_API_KEY=your-brevo-api-key
|
||||
|
||||
# ClickHouse (analytics / metrics)
|
||||
# single connection URL (overrides all individual vars below)
|
||||
CLICKHOUSE_URL=http://default:password@localhost:8123/mixer_metrics
|
||||
# individual vars (used when CLICKHOUSE_URL is not set)
|
||||
CLICKHOUSE_HOST=localhost
|
||||
CLICKHOUSE_PORT=8123
|
||||
CLICKHOUSE_DATABASE=mixer_metrics
|
||||
CLICKHOUSE_USERNAME=default
|
||||
CLICKHOUSE_PASSWORD=
|
||||
CLICKHOUSE_SCHEME=http
|
||||
|
||||
Reference in New Issue
Block a user