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.
 
 
 
 

53 lines
1.3 KiB

  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 (`docker-compose run --rm web rake secret` if you use docker compose)
  14. PAPERCLIP_SECRET=
  15. SECRET_KEY_BASE=
  16. OTP_SECRET=
  17. # Registrations
  18. # Single user mode will disable registrations and redirect frontpage to the first profile
  19. # SINGLE_USER_MODE=true
  20. # Prevent registrations with following e-mail domains
  21. # EMAIL_DOMAIN_BLACKLIST=example1.com|example2.de|etc
  22. # Only allow registrations with the following e-mail domains
  23. # EMAIL_DOMAIN_WHITELIST=example1.com|example2.de|etc
  24. # E-mail configuration
  25. # Note: Mailgun and SparkPost (https://sparkpo.st/smtp) each have good free tiers
  26. SMTP_SERVER=smtp.mailgun.org
  27. SMTP_PORT=587
  28. SMTP_LOGIN=
  29. SMTP_PASSWORD=
  30. SMTP_FROM_ADDRESS=notifications@example.com
  31. # Optional asset host for multi-server setups
  32. # CDN_HOST=assets.example.com
  33. # S3 (optional)
  34. # S3_ENABLED=true
  35. # S3_BUCKET=
  36. # AWS_ACCESS_KEY_ID=
  37. # AWS_SECRET_ACCESS_KEY=
  38. # S3_REGION=
  39. # S3_PROTOCOL=http
  40. # S3_HOSTNAME=192.168.1.123:9000
  41. # Optional alias for S3 if you want to use Cloudfront or Cloudflare in front
  42. # S3_CLOUDFRONT_HOST=
  43. # Streaming API integration
  44. # STREAMING_API_BASE_URL=