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