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