-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
50 lines (40 loc) · 1.16 KB
/
env.example
File metadata and controls
50 lines (40 loc) · 1.16 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# API Keys
OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
LINKEDIN_API_KEY=your_linkedin_api_key_here
LINKEDIN_CLIENT_ID=your_linkedin_client_id_here
LINKEDIN_CLIENT_SECRET=your_linkedin_client_secret_here
# Database Configuration
POSTGRES_URL=postgresql://user:password@localhost:5432/linkedflow
REDIS_URL=redis://localhost:6379
# Application Settings
ENVIRONMENT=development
LOG_LEVEL=INFO
DEBUG=true
# LinkedIn Search Configuration
MAX_PROSPECTS_PER_DAY=100
QUALIFICATION_THRESHOLD=7.0
PROPOSAL_GENERATION_LIMIT=5
# Rate Limiting
LINKEDIN_RATE_LIMIT_PER_HOUR=100
OPENAI_RATE_LIMIT_PER_MINUTE=60
# Email Configuration
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=your_email@gmail.com
SMTP_PASSWORD=your_app_password
# Twilio Configuration (for SMS)
TWILIO_ACCOUNT_SID=your_twilio_account_sid
TWILIO_AUTH_TOKEN=your_twilio_auth_token
TWILIO_PHONE_NUMBER=+1234567890
# Security
SECRET_KEY=your_secret_key_here
JWT_SECRET_KEY=your_jwt_secret_key_here
# Monitoring
PROMETHEUS_ENABLED=true
FLOWER_PORT=5555
# File Storage
UPLOAD_DIR=./uploads
TEMPLATE_DIR=./templates
# External Services
WEBHOOK_URL=https://your-webhook-url.com/webhook