aboutsummaryrefslogtreecommitdiffstats
path: root/gunicorn_config.py
blob: 4c0f73ab0a56d8b3d4e1eec1d978efb3ba08523f (plain)
1
2
3
4
5
6
7
8
9
10
bind = "0.0.0.0:5000"
workers = 2
threads = 4

import sys

accesslog = '-'  # Log to stdout
errorlog = '-'  # Log to stderr

sys.stdout = sys.stderr  # Redirect stdout to stderr