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