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