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

test:
  secret_key_base: 799e5a4593bae25c439150fedee89e0950585b0dd75316c51a2e80d1b4a7a2ffc9364bf67fb0d63142a4939c1c6c833ee1f5b7b900182ef46155283f8dea0a85

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