# 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: abdac911af9e5a2e977cbfc00a23d6f3a1e808d53457ffc81411d26c2b3d722cd1f77d7ba2e8cbfcee459efad02e8eae19949781c4b8efc1da7bb2e96392b087
test:
secret_key_base: 0f82435d7a424a79a6a3fabcca92c03ce695bde267b8f05e1a72934ac66c0aed0d8432de5336934be50a862cef99c2bafa1becb6f7c2dc5472ef721ddde67ee0
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>