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