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