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