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