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