cabot/gunicorn.conf

8 lines
112 B
Plaintext
Raw Normal View History

2014-01-05 17:24:04 +00:00
# -*- mode: python -*-
# vi: set ft=python :
import os
bind = '127.0.0.1:%s' % os.environ['PORT']
workers = 3