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.

27 lines
565 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. NEO4J_HOST=neo4j
  10. NEO4J_PORT=7474
  11. # Federation
  12. LOCAL_DOMAIN=example.com
  13. LOCAL_HTTPS=true
  14. # Application secrets
  15. # These are arbitrary strings. They should be long and cryptographically secure.
  16. # For Docker, `docker-compose run --rm web rake secret` will generate them.
  17. PAPERCLIP_SECRET=
  18. SECRET_KEY_BASE=
  19. # E-mail configuration
  20. SMTP_SERVER=smtp.mailgun.org
  21. SMTP_PORT=587
  22. SMTP_LOGIN=
  23. SMTP_PASSWORD=
  24. SMTP_FROM_ADDRESS=notifications@example.com