mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-22 22:29:26 +00:00
Base support for Heroku deployment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user