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