X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=gunicorn.conf.py;h=55adfb550707509ac18bc278347b037c07a27695;hb=bab4a5316c386e4b95e7bdd90a840e3b69551de8;hp=7b117c040f61506ec40eeeed9710858027c9d5f6;hpb=995a037f2d218a9443f8db226b7b135979f9d3e2;p=odoo%2Fodoo.git diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 7b117c0..55adfb5 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -15,3 +15,5 @@ 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 + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: