# ─── Servidor ───
PORT=4000
NODE_ENV=production

# ─── JWT ───
JWT_SECRET=cambiar_este_secreto_en_produccion_2026
JWT_EXPIRES_IN=8h

# ─── Base de datos ───
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=sistema_soporte

# ─── Email (Nodemailer) ───
EMAIL_USER=
EMAIL_PASS=

# ─── IA (Gemini - opcional, funciona sin esto) ───
GEMINI_API_KEY=
