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