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