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