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