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

test:
  secret_key_base: b2a8f912035de8f3b2502defa75818d2fb271b51d39f65aa86f314f74db06804bf1835f88c159afb7f41574fe29a257482b054e6a4a6321b766eae874dcb08b2

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