secrets.yml 965 B

1234567891011121314151617181920212223
  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: 4d772383e621af88871ca087a0da6752dc2e912399724bda9c344b5986ac62ab8d4d7cd1606f0ade58de459c1d913e6f20f3ec4f246c1b9b0adbdea1d5ede177
  11. test:
  12. secret_key_base: 5ab8f51c9b097dc12d3142393032e4a46649a45e8b073c1ea8d716695fb2d130c896823a1e055bace35c23edb12d0d653a7126950fc4f79032e5171d4f3895d1
  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"] %>