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