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.

25 lines
408 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. PAPERCLIP_SECRET=
  16. SECRET_KEY_BASE=
  17. # E-mail configuration
  18. SMTP_SERVER=smtp.mailgun.org
  19. SMTP_PORT=587
  20. SMTP_LOGIN=
  21. SMTP_PASSWORD=
  22. SMTP_FROM_ADDRESS=notifications@example.com