-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
36 lines (30 loc) · 1 KB
/
.env.example
File metadata and controls
36 lines (30 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
AUTH_BASE_URL=http://localhost:3000
TRUST_PROXY=false
# ClickHouse connection details shared by the app and migrations
CLICKHOUSE_HOST=clickhouse
CLICKHOUSE_PORT=8123
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=secret
CLICKHOUSE_DB=cwv_monitor
AI_ANALYST_CLICKHOUSE_USER=ai_analyst_user
AI_ANALYST_CLICKHOUSE_PASSWORD=ai_analyst_password
# Optional overrides for the clickhouse-migrations CLI
CH_MIGRATIONS_HOST=${CLICKHOUSE_HOST}
CH_MIGRATIONS_PORT=${CLICKHOUSE_PORT}
CH_MIGRATIONS_USER=${CLICKHOUSE_USER}
CH_MIGRATIONS_PASSWORD=${CLICKHOUSE_PASSWORD}
CH_MIGRATIONS_DATABASE=${CLICKHOUSE_DB}
CH_MIGRATIONS_DIR=clickhouse/migrations
# Generate with: openssl rand -base64 32
BETTER_AUTH_SECRET=
INITIAL_USER_EMAIL=user@example.com
INITIAL_USER_PASSWORD=password
INITIAL_USER_NAME=User
MIN_PASSWORD_SCORE=2
# AI Configuration (Optional)
AI_API_KEY=
AI_PROVIDER=
AI_MODEL=
# Anomaly Detection Webhooks (Optional)
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/...
TEAMS_WEBHOOK_URL=https://outlook.office.com/webhook/...