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