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