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