contrib/deploy/gunicorn.conf.py @ 37378ae56a2f

web: fix diff line encoding
author Steve Losh <steve@dwaiter.com>
date Wed, 14 Jul 2010 09:23:24 -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