contrib/deploy/gunicorn.conf.py @ 87fcb432d230

Merged in kberridge/hg-review (pull request #6)

web: display branch name on index if other than 'default'
author Christophe de Vienne <cdevienne@gmail.com>
date Fri, 21 Nov 2014 18:38:48 +0100
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