The code powering m.abunchtell.com https://m.abunchtell.com
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.env.production.sample 496 B

123456789101112131415161718192021222324252627
  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