secrets.yml 964 B

12345678910111213141516171819202122
  1. # Be sure to restart your server when you modify this file.
  2. # Your secret key is used for verifying the integrity of signed cookies.
  3. # If you change this key, all old signed cookies will become invalid!
  4. # Make sure the secret is at least 30 characters and all random,
  5. # no regular words or you'll be exposed to dictionary attacks.
  6. # You can use `rake secret` to generate a secure secret key.
  7. # Make sure the secrets in this file are kept private
  8. # if you're sharing your code publicly.
  9. development:
  10. secret_key_base: 08f2e3a3152861567214764f97ed3fd776f827fd84cd8d9ce28c2a532f99f8e432b3173bff175477376f0a86d2ddf7bebe2b723e716511a94dc992fd1159da47
  11. test:
  12. secret_key_base: 1fcf2d355738cbddf583025c7f5b76fb96d1697232385c643330c411a70e7a9d712aead068f19e80273e1a157922246c3a64045a91195f935d825cb0ff60bd48
  13. # Do not keep production secrets in the repository,
  14. # instead read values from the environment.
  15. production:
  16. secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>