-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 803 Bytes
/
.env.example
File metadata and controls
28 lines (23 loc) · 803 Bytes
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
# Email Configuration (IMAP)
IMAP_HOST=imap.gmail.com
IMAP_PORT=993
IMAP_USER=your-email@gmail.com
IMAP_PASSWORD=your-app-password
MAX_EMAILS_PER_RUN=2
# AI Provider Selection
# Options: claude, openai, gemini
AI_PROVIDER=openai
# AI API Keys (only the one matching AI_PROVIDER is required)
ANTHROPIC_API_KEY=sk-ant-xxxxx
OPENAI_API_KEY=sk-proj-xxxxx
GEMINI_API_KEY=xxxxx
# Slack Webhook
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/URL
# Schedule (cron format)
# Default: 1 11 * * * (11:01 AM daily)
CRON_SCHEDULE=1 11 * * *
# Intelligence Brief Configuration (optional)
# BRIEF_DOMAIN: The topic/industry you're monitoring (used in AI analysis prompts)
# BRIEF_TITLE: The title shown in Slack notifications
BRIEF_DOMAIN="your monitored topics"
BRIEF_TITLE="Intelligence Brief"