MRE_APP/gunicorn-cfg.py
2025-03-14 13:37:08 -06:00

12 lines
198 B
Python

# -*- encoding: utf-8 -*-
"""
Copyright (c) 2019 - present AppSeed.us
"""
bind = '0.0.0.0:5085'
workers = 1
accesslog = '-'
loglevel = 'debug'
capture_output = True
enable_stdio_inheritance = True