the-tip-top-backend/.env.production
soufiane 772202dc6e fix: configure Gmail App Password and SSL for contact form emails
- Update SMTP_PASS with Gmail App Password in all environment files
- Add TLS configuration to ignore self-signed certificate errors
- Fix email sending functionality for contact form

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 14:07:12 +01:00

30 lines
828 B
Plaintext

# Environnement PRODUCTION
NODE_ENV=production
DB_HOST=51.75.24.29
DB_PORT=5432
DB_USER=postgres
DB_PASS=postgres
DB_NAME=thetiptop
PORT=4000
# URLs Frontend/Backend
FRONTEND_URL=https://dsp5-archi-o24a-15m-g3.fr
BACKEND_URL=https://api.dsp5-archi-o24a-15m-g3.fr
# JWT (Secrets générés automatiquement)
JWT_SECRET=v0vIxcahaOdJMzqoKjRpCGkRFyVTVDJyk7s2F1LIXu0=
SESSION_SECRET=BzTTnx+GxsBpdVMcBKH5Vo6gH7h+/7tlZ67nppNduoY=
# OAuth
GOOGLE_CLIENT_ID=546665126481-itnlvt22hjn6t0bbgua0aj55h6dpplsk.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
FACEBOOK_APP_ID=836681122652445
FACEBOOK_APP_SECRET=e6889f4339d140c218f1df177149893f
# Email Configuration (SMTP)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=thetiptopgr3@gmail.com
SMTP_PASS=xydqvyrxcwwsiups
EMAIL_FROM=thetiptopgr3@gmail.com