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