-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 1.4 KB
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ─────────────────────────────────────────────────────────────────────────────
# Churn Intelligence Platform — Environment Configuration
#
# Copy this file to .env and fill in your values.
# NEVER commit .env to source control — it is in .gitignore.
# ─────────────────────────────────────────────────────────────────────────────
# ── AI Insight Layer ──────────────────────────────────────────────────────────
# Provide at least one key to enable AI-generated executive summaries.
# Leave both empty to use built-in template mode (no API key required).
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
# ── Application overrides ─────────────────────────────────────────────────────
# These override the defaults in config/settings.yaml.
# Uncomment and set only the values you want to change.
# CHURN_WINDOW_DAYS=90
# LOG_LEVEL=INFO
# MAX_UPLOAD_SIZE_MB=50
# DATABASE_URL=sqlite:///data/sessions/sip.db