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