# 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: c281489f13cf0f1a390592a02304d5d78a200832fd45deac6beb0ca6edcb57a46c0da59f2d34d66f57eef7840220936fafcacaaf9509740b5911201cf6363f3d

test:
  secret_key_base: 7d83052233ac3ecd7c0aa4c32e21f42e48685f65c47858bf6eff63943fc1c3d75112054a09586748c7cedf2783f30a4cef0f7a94b504b588eb634fc2aeae5120

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