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