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