Advertisement
Guest User

Untitled

a guest
Dec 31st, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [options]
  2. addons_path = /home/matteo/Desktop/8/OCB/openerp/addons,/home/matteo/Desktop/8/OCB/addons
  3. admin_passwd = admin
  4. auto_reload = False
  5. csv_internal_sep = ,
  6. data_dir = /home/matteo/.local/share/Odoo
  7. db_host = False
  8. #db_host = localhost
  9. db_maxconn = 64
  10. db_name = False
  11. db_password = matteo
  12. db_port = False
  13. db_template = template1
  14. #db_user = matteo
  15. db_user = odoo
  16. dbfilter = .*
  17. debug_mode = False
  18. demo = {}
  19. email_from = False
  20. geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
  21. import_partial =
  22. limit_memory_hard = 2684354560
  23. limit_memory_soft = 2147483648
  24. limit_request = 8192
  25. limit_time_cpu = 60
  26. limit_time_real = 120
  27. list_db = True
  28. log_db = False
  29. log_db_level = warning
  30. log_handler = :INFO
  31. log_level = info
  32. logfile = None
  33. logrotate = False
  34. longpolling_port = 8072
  35. max_cron_threads = 2
  36. osv_memory_age_limit = 1.0
  37. osv_memory_count_limit = False
  38. pg_path = None
  39. pidfile = None
  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 = 8069
  63. xmlrpcs = True
  64. xmlrpcs_interface =
  65. xmlrpcs_port = 8071
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement