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