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