Guest User

Untitled

a guest
Nov 28th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  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 = admin
  6. root_path = /opt/openerp/server/bin
  7. without_demo = False
  8. verbose = False
  9. ; Database settings
  10. db_user = openerp
  11. db_password = ********
  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 = False
  16. db_host = False
  17. db_maxconn = 64
  18. ; Networking Settings
  19. xmlrpc = True
  20. xmlrpc_interface =
  21. xmlrpc_port = 8069
  22. netrpc = True
  23. netrpc_interface =
  24. netrpc_port = 8070
  25. ; Uncomment these for xml-rpc over SSL
  26. ;xmlrpcs = True
  27. ;xmlrpcs_interface =
  28. ;xmlrpcs_port = 8071
  29. ;secure_pkey_file = /etc/ssl/openerp/server.pkey
  30. ;secure_cert_file = /etc/ssl/openerp/server.crt
  31. ; Log settings
  32. logfile = /var/log/openerp/openerp-server.log
  33. syslog = False
  34. logrotate = True
  35. log_level = info
  36. ; False prevents the client displaying the list of databases
  37. list_db = True
  38. addons_path = /opt/openerp/server/bin/addons
  39. demo = {}
  40. soap = False
  41. reportgz = False
  42. translate_modules = ['all']
  43. ; Static http parameters
  44. static_http_enable = False
  45. static_http_document_root = /var/www/html
  46. static_http_url_prefix = /
  47. ; Outbound email configuration
  48. ;smtp_user = info@example.com
  49. ;email_from = "OpenERP Support" <info@example.com>
  50. ;smtp_port = 25
  51. ;smtp_password = ********
  52. ;smtp_ssl = True
  53. ;smtp_server = mail.example.com
Add Comment
Please, Sign In to add comment