Sprankelprachtig aan/afmeldsysteem

secrets.yml 965B

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: 369026c29add9d8c129eadbfb36858af77bfb20a391095d4ddbe39e9098903f49a469bfd241c3f4cd340af322578cc6219c817850b5d0e7985dfb567f7115f1e
  11. test:
  12. secret_key_base: 5cc4130cccc620582094d8eab7022ea5d404b020cacf4d03e8d69437b1c7724856341bb5a1309f9b62823802548562aecfa7ae29a0117af8ba56ef0755928175
  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"] %>