andela/eventx

View on GitHub
config/secrets.yml

Summary

Maintainability
Test Coverage
# Be sure to restart your server when you modify this file.

# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!

# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.

# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.

development:
  secret_key_base: c5c06520a3d26a999663ab23d787958c6b194b7c37877526d5984dba07b8e575d0b884c502589d91a957ea3f8dec5d50edecfb3a975b73fbd4987705335348cd

test:
  secret_key_base: b2da1f580848245f20301706873b9fc264ad04de1274ebfee0d4c64bffaaade374316ed7cd1fc81d3033e92a7da22f2aafec99729af8598178e2d3865358d544

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>