You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.6 KiB

  1. [options]
  2. ; This is the password that allows database operations
  3. ; Will be written to by the server when password is changed
  4. ; !! Keep this file secure !!
  5. admin_passwd = %%PASSWORD%%
  6. root_path = /opt/apps/0k-oe/openobject-server/bin
  7. without_demo = False
  8. verbose = False
  9. ; Database settings
  10. db_user = %%OPENERP_USERNAME%%
  11. db_password = %%OPENERP_PASSWOR%%
  12. ; Please uncomment the following line *after* you have created the
  13. ; database. It activates the auto module check on startup.
  14. ; db_name = False
  15. db_port = 5432
  16. db_host = localhost
  17. db_maxconn = 64
  18. ; Networking Settings
  19. xmlrpc = True
  20. xmlrpc_interface =
  21. xmlrpc_port = 8069
  22. proxy_mode = True
  23. netrpc = True
  24. netrpc_interface =
  25. netrpc_port = 8070
  26. ; Uncomment these for xml-rpc over SSL
  27. ;xmlrpcs = True
  28. ;xmlrpcs_interface =
  29. ;xmlrpcs_port = 8071
  30. ;secure_pkey_file = /etc/ssl/openerp/server.pkey
  31. ;secure_cert_file = /etc/ssl/openerp/server.crt
  32. ; Log settings
  33. ;logfile = /var/log/openerp/openerp-server.log
  34. syslog = False
  35. logrotate = True
  36. log_level = info
  37. ; False prevents the client displaying the list of databases
  38. list_db = True
  39. addons_path = /opt/apps/0k-oe/openobject-server/openerp/addons,/opt/apps/0k-oe/addons,/opt/apps/0k-oe/openerp-web/addons
  40. demo = {}
  41. soap = False
  42. reportgz = False
  43. translate_modules = ['all']
  44. ; Static http parameters
  45. static_http_enable = False
  46. static_http_document_root = /var/www/html
  47. static_http_url_prefix = /
  48. ; Outbound email configuration
  49. ;smtp_user = info@example.com
  50. ;email_from = "OpenERP Support" <info@example.com>
  51. ;smtp_port = 25
  52. ;smtp_password = ********
  53. ;smtp_ssl = True
  54. ;smtp_server = mail.example.com