flectra.conf 785 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [options]
  2. data_dir = /var/lib/flectra
  3. ; admin_passwd = admin
  4. ; csv_internal_sep = ,
  5. ; db_maxconn = 64
  6. ; db_name = False
  7. ; db_template = template1
  8. ; dbfilter = .*
  9. ; debug_mode = False
  10. ; email_from = False
  11. ; limit_memory_hard = 2684354560
  12. ; limit_memory_soft = 2147483648
  13. ; limit_request = 8192
  14. ; limit_time_cpu = 60
  15. ; limit_time_real = 120
  16. ; list_db = True
  17. ; log_db = False
  18. ; log_handler = [':INFO']
  19. ; log_level = info
  20. ; logfile = None
  21. ; longpolling_port = 7072
  22. ; max_cron_threads = 2
  23. ; osv_memory_age_limit = 1.0
  24. ; osv_memory_count_limit = False
  25. ; smtp_password = False
  26. ; smtp_port = 25
  27. ; smtp_server = localhost
  28. ; smtp_ssl = False
  29. ; smtp_user = False
  30. ; workers = 0
  31. ; xmlrpc = True
  32. ; xmlrpc_interface =
  33. ; xmlrpc_port = 7073
  34. ; xmlrpcs = True
  35. ; xmlrpcs_interface =
  36. ; xmlrpcs_port = 8071