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