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: 35c576c8e74836cd42aeb4b6bb2087c9a309c7b38d4dbd50ead0612f53ae46a193c23efa8f113dd93f78a6b82471b0f36292167757de57eac1ca8a242f35b392

test:
  secret_key_base: 353e5c7e80f08c8fc3c8c5cc0841f7991ec258b2b6f48c3ae43e628208204f9269f88630c3c2cdf1a4f2d0d6165a93af710538ca56cced12b570614d2b4244e6

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