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