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