contrib/deploy/gunicorn.conf.py @ b0bcc35b016a

web: display branch name on index if other than 'default'
author Kevin Berridge <kberridge@pointeblank.net>
date Tue, 04 Sep 2012 13:03:55 -0400
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