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