# 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: 3f76c09b9ae337868eb631ffd6f76487a7fe2850e2d121a923f670c00cabbafc74c2c65521beaa8c798a48ceaf7539ae9cf9fc417037b26cc26840a8757011a3 test: secret_key_base: 0762821dc9121513ccda4747816e05465a8a4e8a6ecd7772cfaad84a356defe10d205a04f44583c4a06c21caa3a661a240e4d00c5622eaf7a543813028dc8917 # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV['SECRET_KEY_BASE'] %>