gunicorn.conf 103 B

123456
  1. debug = True
  2. loglevel = 'debug'
  3. workers = 2
  4. bind = "127.0.0.1:8080"
  5. worker_class = 'gevent'
  6. threads = 4