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