atashdotdev/.env.example
Atridad Lahiji 8d75a36a64
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
pls
2025-05-26 14:48:41 -06:00

13 lines
253 B
Plaintext

# SMTP Configuration
SMTP_HOST=smtp.site.com
SMTP_PORT=587
SMTP_USER=email@site.com
SMTP_PASSWORD=your-app-password
# Email Configuration
FROM_EMAIL=email@site.com
TO_EMAIL=email@site.com
# Application Configuration
NODE_ENV=production
APP_PORT=4321