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