cabot/gunicorn.conf
2014-08-02 01:13:55 +01:00

8 lines
112 B
Python

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