forked from 0k/0k-charms
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
67 lines
1.6 KiB
|
|
[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" <info@example.com>
|
|
;smtp_port = 25
|
|
;smtp_password = ********
|
|
;smtp_ssl = True
|
|
;smtp_server = mail.example.com
|
|
|