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