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