Sprankelprachtig aan/afmeldsysteem

.rbenv-vars-sample 728B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # ['production', 'development']
  2. RAILS_ENV=
  3. # ['en', 'nl']
  4. AARDBEI_LOCALE=
  5. # Used in link construction, like 'localhost:3000', 'aardbei.maartenberg.nl'
  6. AARDBEI_HOSTNAME=
  7. # Set '1' if RAILS_ENV is production, but you're not running a real webserver.
  8. RAILS_SERVE_STATIC_FILES=
  9. # Full path to the cloned directory. (Run `pwd` if unsure)
  10. AARDBEI_PATH=
  11. # Generate using `rails secret`
  12. SECRET_KEY_BASE=
  13. # Database credentials if in production
  14. DB_NAME=
  15. DB_USER=
  16. DB_PASS=
  17. # Parameters for sending mail
  18. MAIL_FROM_ADDRESS=
  19. # ['smtp', 'sendmail', 'mailgun']
  20. MAIL_METHOD=
  21. SMTP_SERVER=
  22. SMTP_USER=
  23. SMTP_PASS=
  24. MAILGUN_DOMAIN=
  25. MAILGUN_API_KEY=
  26. # Do we bind to a socket or port?
  27. PUMA_BIND=
  28. # Set to enable Sentry reporting
  29. SENTRY_DSN=