Files
boc/landvex-quixzoom-cms/.env.example
T

23 lines
438 B
Bash
Raw Normal View History

# Database
DATABASE_URL=./data/content.db
# OpenAI API (for AI translation)
OPENAI_API_KEY=sk-...
# Redis (for BullMQ job queues)
REDIS_URL=redis://localhost:6379
# JWT Secret
JWT_SECRET=your-super-secret-jwt-key-change-in-production
# Admin credentials (change in production!)
ADMIN_EMAIL=admin@landvex.com
ADMIN_PASSWORD=changeme
# Resend API (for notifications)
RESEND_API_KEY=re_...
# Environment
NODE_ENV=development
PORT=3000