Files
tableau-de-bord/gunicorn.conf.py

6 lines
80 B
Python

bind = "127.0.0.1:5000"
workers = 2
timeout = 30
accesslog = "-"
errorlog = "-"