DevelopingCoder/cs61a_hintr

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: 87564a9771231c18c89c9443a7b9224925ac669cac97b34d5af64278edcdc7a79afa1ed9d78ae4681516e6c20e2c8d307bf23144c73004f844c00607748e3640

test:
  secret_key_base: 2e74b76ce97a4ab16a4804dba9bcab033d4f4abd9d35a84e9f02771bd55e219039c2c2c794395693a030067b446b553b31f7a763e15502a829eb5c2256669fa0

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