[imp] mado o2m compatible with graph view
[odoo/odoo.git] / gunicorn.conf.py
index 0c1709d..7b117c0 100644 (file)
@@ -8,3 +8,10 @@ workers = 1
 on_starting = openerp.wsgi.on_starting
 when_ready = openerp.wsgi.when_ready
 timeout = 240 # openerp request-response cycle can be quite long
+
+# Setting openerp.conf.xxx will be better than setting
+# openerp.tools.config['xxx']
+conf = openerp.tools.config
+conf['addons_path'] = '/home/openerp/repos/addons/trunk-xmlrpc'
+conf['static_http_document_root'] = '/tmp'
+#conf['log_level'] = 10 # 10 is DEBUG