contrib/deploy/gunicorn.conf.py @ e2948af5b2fb deploy

Close the deploy branch.

Further changes should just be made on default.
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 11:56:23 -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