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