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