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