The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

24 satır
375 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. PAPERCLIP_SECRET=
  14. SECRET_KEY_BASE=
  15. # E-mail configuration
  16. SMTP_SERVER=smtp.mailgun.org
  17. SMTP_PORT=587
  18. SMTP_LOGIN=
  19. SMTP_PASSWORD=
  20. SMTP_FROM_ADDRESS=notifications@example.com