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

test:
  secret_key_base: 2407ccb612cdf60267f175756382235a1fd0f55958b5912b9b161ac9b51b1cbd41b36b6ec6246df18dd4068b2e257a2c0a3ff8c4368e1f0dcc1c83d2b6c15d25

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