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