- Complete Docker containerization for development and production - Add newsletter subscription API with rate limiting - Update governance documents with video content - Enhance email functionality and configurations - Update memory bank documentation
13 lines
315 B
Text
13 lines
315 B
Text
# Environment Configuration for Production
|
|
NODE_ENV=production
|
|
|
|
# Gmail SMTP Configuration
|
|
GMAIL_USER=your-gmail-username@gmail.com
|
|
GMAIL_PASS=your-app-specific-password
|
|
|
|
# Redis Configuration (Upstash)
|
|
REDIS_URL=redis://your-redis-url
|
|
REDIS_TOKEN=your-redis-token
|
|
|
|
# API Configuration
|
|
API_URL=http://localhost:804
|