contrib/deploy/gunicorn.conf.py @ 4196b409b8b0 deploy

contrib/deploy: start working on some sample deployment files
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 10:44:27 -0400
parents (none)
children 83c03382b6fc
# Example gunicorn configuration file.
# Edit as necessary.

bind = "127.0.0.1:8000"
workers = 2
daemon = False
pidfile = "gunicorn.pid"
logfile = "gunicorn.log"
proc_name = "gunicorn-hgreview-myrepo"