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