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