- 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
7 lines
196 B
Bash
7 lines
196 B
Bash
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_SECURE=false
|
|
RECIPIENT_EMAIL=eliza@deafgain.org
|
|
GOOGLE_EMAIL=system@deafgain.org
|
|
GOOGLE_APP_PASSWORD=ojvlysraxwjriwzy
|
|
REDIS_URL=redis://localhost:6379
|