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