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