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