.env.example 466 B

12345678910111213141516
  1. DATABASE_URL=postgresql://username:password@host:5432/database?sslmode=require
  2. PAYLOAD_SECRET=your_payload_secret
  3. NODE_ENV='development'
  4. BLOB_READ_WRITE_TOKEN=your_vercel_blob_token
  5. # Contact endpoint configuration
  6. CONTACT_TO_EMAIL=team@example.com
  7. FRONTEND_ORIGIN=http://localhost:3000
  8. # SMTP configuration
  9. SMTP_HOST=smtp.example.com
  10. SMTP_PORT=587
  11. SMTP_SECURE=false
  12. SMTP_USER=smtp_user@example.com
  13. SMTP_PASS=your_smtp_password
  14. SMTP_FROM_EMAIL=no-reply@example.com