contrib/deploy/gunicorn.conf.py @ 971a3a6e1df9

Only create a .exists file when we add comment or signoff
author Benoit Allard <benoit@aeteurope.nl>
date Fri, 20 Aug 2010 16:29:35 +0200
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