Base support for Heroku deployment.

This commit is contained in:
2013-04-01 00:23:18 +01:00
parent 572216d10b
commit 7e2ce6fb1a
4 changed files with 14 additions and 10 deletions

View File

@@ -4,5 +4,4 @@ from gevent import monkey
monkey.patch_all()
bind = "127.0.0.1:3322"
workers = 8
#worker_class = "gunicorn.workers.ggevent.GeventWorker"
workers = 8