-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
74 lines (55 loc) · 2.06 KB
/
.env.example
File metadata and controls
74 lines (55 loc) · 2.06 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# ============================================================
# Evva — Variables de entorno
# Copia este archivo a .env y completa los valores
# ============================================================
# Entorno
NODE_ENV=development
PORT=3000
# Timezone y lenguaje por defecto
DEFAULT_TIMEZONE=America/Mexico_City
DEFAULT_LANGUAGE=es
# Branding — cambiar para rebrandear todo el sistema
APP_BRAND_NAME=Evva
# --- REQUERIDAS ---
# Telegram (obtener de @BotFather)
TELEGRAM_BOT_TOKEN=
TELEGRAM_WEBHOOK_URL=
TELEGRAM_SECRET_TOKEN=
# Anthropic — Claude (https://console.anthropic.com)
ANTHROPIC_API_KEY=
# Modelo LLM (claude-haiku-4-5-20251001 = barato, claude-sonnet-4-5 = mejor)
LLM_MODEL=claude-haiku-4-5-20251001
# Voyage AI — Embeddings (https://dash.voyageai.com)
VOYAGE_API_KEY=
# PostgreSQL
# Docker: postgresql://evva:evva@localhost:5432/evva
# Nativo: postgresql://usuario:password@localhost:5432/evva
DATABASE_URL=postgresql://evva:evva@localhost:5432/evva
# Redis (para BullMQ)
# Sin password: redis://localhost:6379/0
# Con password: redis://:password@localhost:6379/0
REDIS_URL=redis://localhost:6379/0
# --- OPCIONALES ---
# OpenAI — TTS voice responses (https://platform.openai.com)
OPENAI_API_KEY=
# Groq — transcripcion de voz con Whisper (https://console.groq.com, gratis)
GROQ_API_KEY=
# Brave Search (https://brave.com/search/api, gratis)
BRAVE_SEARCH_API_KEY=
# Google OAuth — Calendar + Gmail (https://console.cloud.google.com)
# Ver SETUP.md Paso 3 para instrucciones detalladas
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI=http://localhost:3000/api/oauth/google/callback
# SerpAPI — Flight search via Google Flights (https://serpapi.com, 250/mes gratis)
SERPAPI_API_KEY=
# Firecrawl — Web scraping (https://firecrawl.dev)
FIRECRAWL_API_KEY=
# Spotify (https://developer.spotify.com/dashboard)
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=http://localhost:3000/api/oauth/spotify/callback
# WhatsApp Business API (https://developers.facebook.com)
WHATSAPP_ACCESS_TOKEN=
WHATSAPP_PHONE_NUMBER_ID=
WHATSAPP_VERIFY_TOKEN=