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