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