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