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