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