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