[IMP] logging debug use pprint
[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 ; netrpc_interface = 
9 ; netrpc_port = 
10 xmlrpc = True
11 ; xmlrpc_interface = 
12 xmlrpc_port = 8069
13 db_host = False
14 db_port = False
15 ; Please uncomment the following line *after* you have created the
16 ; database. It activates the auto module check on startup.
17 ; db_name = terp
18 db_user = openerp
19 db_password = False
20 ; Uncomment these for xml-rpc over SSL
21 ; secure = True
22 ; secure_cert_file = /etc/openerp/server.cert
23 ; secure_pkey_file = /etc/openerp/server.key
24 root_path = None
25 soap = False
26 translate_modules = ['all']
27 demo = {}
28 addons_path = None
29 reportgz = False
30
31 ; Static http parameters
32 static_http_enable = False
33 static_http_document_root = /var/www/html
34 static_http_url_prefix = /