/ gunicorn.conf
gunicorn.conf
1  # -*- mode: python -*-
2  # vi: set ft=python :
3  
4  import os
5  
6  bind = '127.0.0.1:%s' % os.environ['PORT']
7  workers = 3