# 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: 4ee8b2d1fdb19343e0e1680c5bc6bbe0ab210d9ab15f3d6e7d838fe09b370c9f25ac9b7546c4932e271a9f61e0f5e406b903ed603f785fd990fc21fcbff4e894 test: secret_key_base: 6fd3e7bbb0ca39eeef0ec41af7a7f15be7cd7a94b9a633f89a5634650b2dc930fa240909d86bfe680a9e08ec1c83508659b27114260d695dfebec80cb4f84645 # Do not keep production secrets in the repository, # instead read values from the environment. # For the RPTF database, this is set in the site's Apache configuration production: secret_key_base: <%= ENV['SECRET_KEY_BASE'] %>