# 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: 30cab9356b01b50bc0fd738a176a58eb0fd77aa3e16c99248f34156dd233362991f0254b867e7616b27d1d6be673501967887c6c332e248473024e88f81872f1

test:
  secret_key_base: 9a1183f36cf3862e6a68c467dac4e1ad964755bc71d9e8d15ad6c41c2e88dfb181e9fb59e7fc38ee1b031ad280ad6e84467afb21715842fc06ff957372df52b3

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