Merge branch 'master' of openobject-server into mdv-gpl3-fwd
[odoo/odoo.git] / doc / openerp-server.conf
1 [options]
2 without_demo = True
3 ; This is the password that allows database operations:
4 ; admin_passwd = admin
5 upgrade = False
6 verbose = False
7 netrpc = True
8 xmlrpc = True
9 port = 8069
10 interface = 
11 db_host = False
12 db_port = False
13 ; Please uncomment the following line *after* you have created the
14 ; database. It activates the auto module check on startup.
15 ; db_name = terp
16 db_user = tinyerp
17 db_password = False
18 ; Uncomment these for xml-rpc over SSL
19 ; secure = True
20 ; secure_cert_file = /etc/openerp/server.cert
21 ; secure_pkey_file = /etc/openerp/server.key
22 root_path = None
23 soap = False
24 translate_modules = ['all']
25 demo = {}
26 addons_path = None
27 reportgz = False