The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

28 lines
496 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. # Generate each with the `rake secret` task
  14. PAPERCLIP_SECRET=
  15. SECRET_KEY_BASE=
  16. # E-mail configuration
  17. SMTP_SERVER=smtp.mailgun.org
  18. SMTP_PORT=587
  19. SMTP_LOGIN=
  20. SMTP_PASSWORD=
  21. SMTP_FROM_ADDRESS=notifications@example.com
  22. # Optional asset host for multi-server setups
  23. # CDN_HOST=assets.example.com