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