contrib/deploy/gunicorn.conf.py @ 5a30d0a6ca83

api: Accept empty line in diffs, fix issue57
author Benoit Allard <benoit@aeteurope.nl>
date Wed, 28 Jul 2010 15:48:43 +0200
parents 83c03382b6fc
children (none)
# Example gunicorn configuration file.
# Edit as necessary.

bind = "127.0.0.1:8000"
workers = 2
daemon = True
pidfile = "gunicorn.pid"
logfile = "gunicorn.log"
proc_name = "gunicorn-hgreview-myrepo"
debug = False