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