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