cfone/gunicorn-cfg.py

12 lines
198 B
Python
Raw Normal View History

2021-09-23 03:46:35 +00:00
# -*- encoding: utf-8 -*-
"""
Copyright (c) 2019 - present AppSeed.us
"""
bind = '0.0.0.0:5005'
workers = 1
accesslog = '-'
loglevel = 'debug'
capture_output = True
enable_stdio_inheritance = True