[FIX] gunicorn.conf.py: undo the previous change (commited by mistake with another, intended, change).

bzr revid: vmt@openerp.com-20120112084842-1xqal5okrmuhyxsu
This commit is contained in:
Vo Minh Thu 2012-01-12 09:48:42 +01:00
parent 5089a678cb
commit c92b29e3f9
1 changed files with 1 additions and 1 deletions

View 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'