porkchopclub/porkchop

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: 9dbe069687810d572ef64dbf1a486e948ec0194484535b4af02ee1850b3de4b9acab58edbdcd1ac667ff7aa4cd3f326481cef102bc5e1f60ea20c89bd7475338

test:
  secret_key_base: 4cabf34bc1b9303ddc5257ae672bc41760024d6156b1f4fab23d8d2fea72b6accb93c6cc4a41f34d9b39c9bdcadede8a6bb97033bc1dddda26bfa5ba12b9ba97

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