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: 2644fe140bec29a811c1fb15540758bef513c2042cc9f913ef8d1e1653285e09ea7202e29d5d091e46b83fdc787e1b3928a6a3d0f49758facf8744b1b19092bd
  11. test:
  12. secret_key_base: 3ec73923e86378bf74e0a1d332e08e808e9ff7eea94c3a596ed05c5b8ad45d680da4a6feb0c256f3fb47a135fb1b609a3f844a7f4881c11d46ccb448bfd77579
  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"] %>