# 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: ~ # Rollbar access token; change both to match your own rollbar project ROLLBAR_ACCESS_TOKEN: # Google analytics key; update once you set it up # Disabled in development and test GA_KEY: ~ production: ROLLBAR_ACCESS_TOKEN: GA_KEY: staging: EMAIL_RECIPIENTS: