main.ini.default 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ; Web server port
  2. ; Default: 65200
  3. ;
  4. web_port=65200
  5. ; SASL authentication server port
  6. ; Default: 65201
  7. ;
  8. sasl_port=65201
  9. ; Enables or disable registration functionality in web interface
  10. ;
  11. registration_enabled=true
  12. ; Path to postfix service configuration.
  13. ; Usualy is located in /etc/postfix/main.cf
  14. ; If not set cause critical error.
  15. ;
  16. postfix_config = /etc/postfix/main.cf
  17. ; Address of mongo database to store service data in following
  18. ; format:
  19. ; host:[port]
  20. ; Default: localhost:27017
  21. ;
  22. ;mongo_address = localhost:27017
  23. ; User name to access mongo database. Empty by default.
  24. ;
  25. mongo_user =
  26. ; Password to access mongo database. Empty by default.
  27. ;
  28. mongo_password =
  29. ; Path to attachments storage. By dafault "./attachments".
  30. ;
  31. attachments_path = attachments
  32. ; Enables registration functionality, disabled by default
  33. ;
  34. registration_enabled = false
  35. [web]
  36. ; Duration while the user web session is valid. If user tryes to access the web
  37. ; interface after the session is expired, a token that is used to access the web
  38. ; interface is invalidated and removed from database.
  39. ; Default: 24h
  40. ;
  41. ;session_expire_time=1m