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