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