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