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