theraPy/gunicorn_config.py

4 lines
59 B
Python

bind = "0.0.0.0:5000"
workers = 4
threads = 4
timeout = 120