# 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: 8ce03a03c83409ab8a53c1732995fe2e86982b5d595e288c713d7f1196f0557805d7b837321162cbc7b95172fac7622c6e1c09fe9d0114d5bdfc347b6d68bb38

test:
  secret_key_base: 209f12d3dfec5648de8af36fc2c77eb7b689b55e5e6b30798069a7c4f1d24b230444679d24afac8b4a9b118a3502e93df5b08c0e7b3da9751eb36d8f14657d65

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