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