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