cabot/gunicorn.conf

8 lines
110 B
Plaintext
Raw Normal View History

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