secrets.yml 964 Bytes
# 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: 769e0e27e0dd0b084abe3c30e92a0cca3e5c43ac3f526d41e9c3adbcd9cd8018a11068d5c8569c9c121c1b916474fc5b78e4672e2eddc321a7cb713892b25095

test:
  secret_key_base: 7fa42d4cf9ed143e35eee9332887e7e1564433fb78d22dad0dfaa6d72d4cbbfb8c7b9d6fcbacf30be294ee56ae95d42e325178dc13222f8d706f933ca72db4d9

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