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