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