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