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