secrets.yml 965 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 `rails 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: e4f1f2abbbee22e7e62e5d873091ff33ba52b7a7f4ce11e1af687c792df54e1d7002b1a64b5a36b4dfea455da34baa7aaa0890376dad2175f4fd23bb1c0bf83d
  11. test:
  12. secret_key_base: eac57c755c9481d00143c8e6cd63f5d805df7a5c21f3df9c5c357e5cf6469520350aa649eff6cae53df932fdea2172cb87777c0907318671a0215b2724e2fe3d
  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"] %>