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