-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (31 loc) · 781 Bytes
/
Copy path.env.example
File metadata and controls
41 lines (31 loc) · 781 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
35
36
37
38
39
40
41
# Database Configuration
DB_USER=smm
DB_PASS=smm123
DB_NAME=smm_agent
DATABASE_URL=postgresql://smm:smm123@localhost:5432/smm_agent
# Redis
REDIS_URL=redis://localhost:6379
# Qdrant
QDRANT_URL=http://localhost:6333
# n8n Configuration
N8N_USER=admin
N8N_PASS=admin
# API Keys (REPLACE WITH YOUR KEYS)
MOONSHOT_API_KEY=sk-xxx
OPENROUTER_API_KEY=sk-or-xxx
GOOGLE_API_KEY=AIza-xxx
# Meta Instagram API
META_APP_ID=your_app_id
META_APP_SECRET=your_app_secret
META_VERIFY_TOKEN=your_verify_token
# Security
ENCRYPTION_KEY=generate-a-32-byte-hex-string-here
# LLM Budget
LLM_DAILY_BUDGET_USD=5.00
# Worker
WORKER_PORT=4000
# Optional: Tailscale for secure remote access
TAILSCALE_AUTH_KEY=tskey-auth-xxx
# Optional: Telegram notifications
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=