cabot/gunicorn.conf
2014-01-05 17:24:04 +00:00

8 lines
110 B
Python

# -*- mode: python -*-
# vi: set ft=python :
import os
bind = '0.0.0.0:%s' % os.environ['PORT']
workers = 2