contrib/deploy/gunicorn.conf.py @ 9ee9ef21460c

ReviewChangeset loads precursors comments
author Christophe de Vienne <cdevienne@gmail.com>
date Mon, 27 Oct 2014 22:40:30 +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