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