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