openerp.cfg.2 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [options]
  2. # General options:
  3. admin_passwd = admin
  4. pidfile = /run/openerp/openerp-server.pid
  5. interface =
  6. port = 8069
  7. netinterface =
  8. netport = 8070
  9. netrpc = True
  10. xmlrpc = True
  11. init =
  12. without_demo = False
  13. demo = {}
  14. update =
  15. cache_timeout = 100000
  16. stop_after_init = False
  17. debug_mode = False
  18. assert_exit_level = warn
  19. price_accuracy = 2
  20. # SSL Configuration:
  21. secure = False
  22. secure_cert_file = server.cert
  23. secure_pkey_file = server.pkey
  24. # Logging Configuration:
  25. logfile = /var/log/openerp/openerp-server.log
  26. syslog = False
  27. log_level = debug
  28. # SMTP Configuration:
  29. email_from = False
  30. smtp = localhost
  31. smtp_port = 25
  32. smtp_ssl = False
  33. smtp_user = False
  34. smtp_password = False
  35. # pg_path points at local pg instance - please change as needed
  36. # Database related options:
  37. db_user = openerp
  38. db_password = change_this
  39. pg_path = /run/postgresql/.s.PGSQL.5432
  40. db_name = False
  41. db_host = False
  42. db_port = False
  43. db_maxconn = 64
  44. import_partial =
  45. # Internationalisation options:
  46. language =
  47. translate_out =
  48. translate_in =
  49. translate_modules = ['all']
  50. # Security-related options:
  51. list_db = True
  52. server_actions_allow_code = False
  53. addons_path = /usr/openerp/addons