You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
375 B

  1. # Service dependencies
  2. REDIS_HOST=redis
  3. REDIS_PORT=6379
  4. DB_HOST=db
  5. DB_USER=postgres
  6. DB_NAME=postgres
  7. DB_PASS=
  8. DB_PORT=5432
  9. # Federation
  10. LOCAL_DOMAIN=example.com
  11. LOCAL_HTTPS=true
  12. # Application secrets
  13. PAPERCLIP_SECRET=
  14. SECRET_KEY_BASE=
  15. # E-mail configuration
  16. SMTP_SERVER=smtp.mailgun.org
  17. SMTP_PORT=587
  18. SMTP_LOGIN=
  19. SMTP_PASSWORD=
  20. SMTP_FROM_ADDRESS=notifications@example.com