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