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