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