Advertisement
Guest User

MYCONFIGFILE

a guest
Jun 30th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.51 KB | None | 0 0
  1. [options]
  2. without_demo = False
  3. smtp_port = 25
  4. db_template = template0
  5. db_password = *******
  6. xmlrpcs = True
  7. xmlrpcs_interface =
  8. syslog = False
  9. logrotate = True
  10. xmlrpcs_port = 8071
  11. test_report_directory = False
  12. list_db = True
  13. timezone = False
  14. xmlrpc_interface =
  15. test_file = False
  16. cache_timeout = 100000
  17. smtp_password = False
  18. secure_pkey_file = server.pkey
  19. xmlrpc_port = 8069
  20. log_level = info
  21. xmlrpc = True
  22. test_disable = False
  23. admin_passwd = admin
  24. assert_exit_level = error
  25. smtp_server = localhost
  26. static_http_url_prefix = None
  27. unaccent = False
  28. test_commit = False
  29. proxy_mode = True
  30. demo = {}
  31. db_host = False
  32. login_message = False
  33. import_partial =
  34. pidfile = None
  35. db_maxconn = 64
  36. osv_memory_count_limit = False
  37. reportgz = False
  38. osv_memory_age_limit = 1.0
  39. netrpc_port = 8070
  40. db_port = False
  41. virtual_memory_reset = 671088640
  42. db_name = False
  43. debug_mode = False
  44. netrpc = True
  45. secure_cert_file = server.cert
  46. logfile = None
  47. csv_internal_sep = ,
  48. virtual_memory_limit = 805306368
  49. db_name = False
  50. debug_mode = False
  51. netrpc = True
  52. secure_cert_file = server.cert
  53. logfile = None
  54. csv_internal_sep = ,
  55. virtual_memory_limit = 805306368
  56. pg_path = None
  57. static_http_enable = False
  58. cpu_time_limit = 60
  59. translate_modules = ['all']
  60. smtp_ssl = False
  61. server_wide_modules = None
  62. netrpc_interface =
  63. smtp_user = False
  64. log_handler = [':INFO']
  65. db_user = userdb
  66. dbfilter = .*
  67. max_cron_threads = 4
  68. email_from = False
  69. addons_path = /home/PATH/TO/addons,/home//PATH/TO/web/addons
  70. static_http_document_root = None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement