-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 804 Bytes
/
.env.example
File metadata and controls
34 lines (27 loc) · 804 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
29
30
31
32
33
34
# Database
REDIS_URL=redis://localhost:6379
DATA_TTL_HOURS=24
# AI Models
OLLAMA_BASE_URL=http://localhost:11434
CV_PARSER_MODEL=llava:7b
FORM_ANALYZER_MODEL=mistral:7b
# LinkedIn Integration
LINKEDIN_CLIENT_ID=your_linkedin_client_id
LINKEDIN_CLIENT_SECRET=your_linkedin_client_secret
# Communication Integrations
SLACK_BOT_TOKEN=xoxb-your-slack-bot-token
TEAMS_WEBHOOK_URL=https://outlook.office.com/webhook/your-webhook
GMAIL_CLIENT_ID=your_gmail_client_id
GMAIL_CLIENT_SECRET=your_gmail_client_secret
WHATSAPP_TOKEN=your_whatsapp_business_token
# Business Model
MONTHLY_SUBSCRIPTION_USD=50.0
PER_CANDIDATE_USD=10.0
# Security
SECRET_KEY=your_secret_key_here
API_KEY=your_api_key_here
# Supported Languages
SUPPORTED_LANGUAGES=en,pl,de
# Logging
LOG_LEVEL=INFO
LOG_FILE=/app/logs/coboarding.log