Guest User

Untitled

a guest
Jan 8th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [options]
  2. addons_path = /Users/daniel/odoo10/odooc/odoo/addons,/Users/daniel/odoo10/addons10
  3.  
  4. admin_passwd = admin
  5. csv_internal_sep = ,
  6. data_dir = /Users/odoo/Odoo
  7. db_host = localhost
  8. db_maxconn = 64
  9.  
  10. db_password = openerp
  11. db_port = 5432
  12. db_template = template0
  13. db_user = openerp
  14.  
  15. debug_mode = False
  16. demo = {}
  17. dev_mode = False
  18. email_from = akhmad.daniel@gmail.com
  19. geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
  20. import_partial =
  21. limit_memory_hard = 2684354560
  22. limit_memory_soft = 2147483648
  23. limit_request = 8192
  24. limit_time_cpu = 60
  25. limit_time_real = 120
  26. list_db = True
  27. log_db = False
  28. log_db_level = warning
  29. log_handler = :INFO
  30. log_level = info
  31. logfile = None
  32. logrotate = False
  33. longpolling_port = 8072
  34. max_cron_threads = 1
  35. netrpc = True
  36. netrpc_port = 8071
  37. osv_memory_age_limit = 1.0
  38. osv_memory_count_limit = False
  39. pg_path = None
  40. pidfile = None
  41. proxy_mode = False
  42. reportgz = False
  43. server_wide_modules = None
  44. smtp_password = False
  45. smtp_port = 25
  46. smtp_server = localhost
  47. smtp_ssl = False
  48. smtp_user = False
  49. soap = False
  50. syslog = False
  51. test_commit = False
  52. test_enable = False
  53. test_file = False
  54. test_report_directory = False
  55. translate_modules = ['all']
  56. unaccent = False
  57. upgrade = False
  58. verbose = False
  59. without_demo = True
  60. workers = 0
  61. xmlrpc = True
  62. xmlrpc_interface =
  63. xmlrpc_port = 9000
  64. bin_path=/usr/local/bin
Add Comment
Please, Sign In to add comment