[FIX] gunicorn.conf.py: undo the previous change (commited by mistake with another...
authorVo Minh Thu <vmt@openerp.com>
Thu, 12 Jan 2012 08:48:42 +0000 (09:48 +0100)
committerVo Minh Thu <vmt@openerp.com>
Thu, 12 Jan 2012 08:48:42 +0000 (09:48 +0100)
bzr revid: vmt@openerp.com-20120112084842-1xqal5okrmuhyxsu

gunicorn.conf.py

index aaf48c7..9962493 100644 (file)
@@ -35,7 +35,7 @@ conf = openerp.tools.config
 
 # Path to the OpenERP Addons repository (comma-separated for
 # multiple locations)
-conf['addons_path'] = '/home/thu/repos/addons/trunk-import-hook,/home/thu/repos/web/trunk-import-hook/addons'
+conf['addons_path'] = '/home/openerp/addons/trunk,/home/openerp/web/trunk/addons'
 
 # Optional database config if not using local socket
 #conf['db_name'] = 'mycompany'