contrib/deploy/gunicorn.conf.py @ 04f43fdb2423 deploy

contrib/deploy: get my paths out of there
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 11:07:12 -0400
parents 4196b409b8b0
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"