config.ini 533 B

12345678910111213141516171819202122
  1. # HTAdmin config file.
  2. # Important: secure this file from access!
  3. [application]
  4. # Change this to customize your title:
  5. app_title = HTAdmin
  6. # Path to html files which have to be secured:
  7. secure_path = ../test/
  8. # Use metadata (necessary e.g. for password reset via mail):
  9. use_metadata = true
  10. # Default password = admin
  11. # Change this for live!
  12. admin_user = admin
  13. admin_pwd_hash = VPZ23KZUsquyk
  14. # Password reset mail via smtp:
  15. mail_from = something@somewhere
  16. mail_user = smtpuser@somewhere
  17. mail_pwd = xxxx
  18. mail_server = localhost