Files
saldo/gunicorn.conf.py
T
2026-04-21 21:17:36 +02:00

7 lines
90 B
Python

bind = "0.0.0.0:8000"
workers = 2
threads = 4
accesslog = "-"
errorlog = "-"
timeout = 60