Sha256: ba80b64f90557cd6bca8bfd007f3f8609b1599f6ffe102eea3eae8d30f37b288
Contents?: true
Size: 684 Bytes
Versions: 2
Compression:
Stored size: 684 Bytes
Contents
# 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: <your smtp address> SMTP_DOMAIN: <your domain> SMTP_PASSWORD: <api_key> SMTP_USERNAME: <user_name> # Staging will send emails to this address EMAIL_RECIPIENTS: ~ # Rollbar access token; change both to match your own rollbar project ROLLBAR_ACCESS_TOKEN: <api_key> # Google analytics key; update once you set it up # Disabled in development and test GA_KEY: ~ production: ROLLBAR_ACCESS_TOKEN: <production_api_key> GA_KEY: <GA_token> staging: EMAIL_RECIPIENTS: <your_email>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
bluebase_api-1.1.1 | templates/config/application.yml.sample.erb |
bluebase-1.1.0 | templates/config/application.yml.sample.erb |