logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

secrets.yml (965B)


  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: d4398e4af52f1fc5be5c3c8764e9ecce7beac5462826cb8b649373b2aad5a0f133598ed817c4e9931e943041460d6b6eda40a854e825e1bbd510c4594b1538f2
  11. test:
  12. secret_key_base: 5be187ddbd651211a906f9aa399f4a148edf6e06b971c7c0b5429b9483df6e21d262cc846447d0f89b89c32d56a99e151039df5dd874ede7f712afbe041a9269
  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"] %>