[options] ; This is the password that allows database operations ; Will be written to by the server when password is changed ; !! Keep this file secure !! admin_passwd = %%PASSWORD%% root_path = /opt/apps/0k-oe/openobject-server/bin without_demo = False verbose = False ; Database settings db_user = %%OPENERP_USERNAME%% db_password = %%OPENERP_PASSWOR%% ; Please uncomment the following line *after* you have created the ; database. It activates the auto module check on startup. ; db_name = False db_port = 5432 db_host = localhost db_maxconn = 64 ; Networking Settings xmlrpc = True xmlrpc_interface = xmlrpc_port = 8069 proxy_mode = True netrpc = True netrpc_interface = netrpc_port = 8070 ; Uncomment these for xml-rpc over SSL ;xmlrpcs = True ;xmlrpcs_interface = ;xmlrpcs_port = 8071 ;secure_pkey_file = /etc/ssl/openerp/server.pkey ;secure_cert_file = /etc/ssl/openerp/server.crt ; Log settings ;logfile = /var/log/openerp/openerp-server.log syslog = False logrotate = True log_level = info ; False prevents the client displaying the list of databases list_db = True addons_path = /opt/apps/0k-oe/openobject-server/openerp/addons,/opt/apps/0k-oe/addons,/opt/apps/0k-oe/openerp-web/addons demo = {} soap = False reportgz = False translate_modules = ['all'] ; Static http parameters static_http_enable = False static_http_document_root = /var/www/html static_http_url_prefix = / ; Outbound email configuration ;smtp_user = info@example.com ;email_from = "OpenERP Support" ;smtp_port = 25 ;smtp_password = ******** ;smtp_ssl = True ;smtp_server = mail.example.com