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