hugopl/reviewit

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: c4e282eee8782a62a9f1c520b5eed45f92c690192d675501553aa63dc0191a69c0de7113be84c17e7541668868f4b3ef7cd3d653f29dc0f77d9c309ebe400212

test:
  secret_key_base: f2e2817a7cf2937ad829a4d8d72b58245f8c835f24f735ec9be437491aed30ec2781bcc23663f1a1586b9052562bc5ac0cf1fceaf929edc5250f23345aa8ace4

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ReviewitConfig.secret_key %>