Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [options]
  2. addons_path = /home/whodoo/GHN-WFS/odoo/odoo/addons,/home/whodoo/GHN-WFS/ghn_addons
  3. admin_passwd = admin
  4. auto_reload = False
  5. csv_internal_sep = ,
  6. data_dir = /home/whodoo/.local/share/Odoo
  7. db_host = 127.0.0.1
  8. db_maxconn = 64
  9. db_name = demo
  10. db_password = False
  11. db_port = False
  12. db_template = template1
  13. db_user = whodoo
  14. dbfilter = demo
  15. debug_mode = False
  16. demo = {}
  17. email_from = False
  18. geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
  19. import_partial =
  20. limit_memory_hard = 2684354560
  21. limit_memory_soft = 2147483648
  22. limit_request = 8192
  23. limit_time_cpu = 60
  24. limit_time_real = 120
  25. limit_time_real_cron = -1
  26. list_db = False
  27. log_db = False
  28. log_db_level = warning
  29. log_handler = :INFO
  30. log_level = info
  31. logfile = False
  32. logrotate = False
  33. longpolling_port = 8072
  34. max_cron_threads = 2
  35. netport = 8070
  36. osv_memory_age_limit = 1.0
  37. osv_memory_count_limit = False
  38. pg_path = None
  39. pidfile = False
  40. proxy_mode = False
  41. reportgz = False
  42. secure_cert_file = server.cert
  43. secure_pkey_file = server.pkey
  44. server_wide_modules = web,web_kanban
  45. smtp_password = False
  46. smtp_port = 25
  47. smtp_server = localhost
  48. smtp_ssl = False
  49. smtp_user = False
  50. syslog = False
  51. test_commit = False
  52. test_enable = False
  53. test_file = False
  54. test_report_directory = False
  55. timezone = False
  56. translate_modules = ['all']
  57. unaccent = False
  58. without_demo = False
  59. workers = 0
  60. xmlrpc = True
  61. xmlrpc_interface =
  62. xmlrpc_port = 8090
  63. xmlrpcs = True
  64. xmlrpcs_interface =
  65. xmlrpcs_port = 8071
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement