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