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

test:
  secret_key_base: 6b4c53569cd6abd2899cf1df8bdabf8b7f5f66b6fbfa134de5e3a2497e4c94db28b03ae67f966003a9ce1a38a62b3ea6d123dd3107484ad9ebce25dbcff199a2

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