contrib/deploy/gunicorn.conf.py @ 24f0d81f3aa5

web: pull the forms into separate templates

The changeset.html was getting pretty hairy until this change.
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Jun 2010 22:36:26 -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