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