# Copy this file into application.yml and change env variables as necessary. SECRET_KEY_BASE: <%= SecureRandom.hex(64) %> DEVISE_SECRET_KEY: <%= SecureRandom.hex(64) %> # Email config SMTP_ADDRESS: SMTP_DOMAIN: SMTP_PASSWORD: SMTP_USERNAME: # Staging will send emails to this address EMAIL_RECIPIENTS: ~ staging: EMAIL_RECIPIENTS: # Rollbar access token; change both to match your own rollbar project ROLLBAR_ACCESS_TOKEN: production: ROLLBAR_ACCESS_TOKEN: # Google analytics key; update once you set it up GA_KEY: UA-XXXXXXXX-X # Disabled in testing test: GA_KEY: ~