Python-Useful-Scripts/FastAPI Example/gunicorn.conf.py

4 lines
83 B
Python
Raw Permalink Normal View History

2024-06-02 07:19:29 +02:00
bind = "127.0.0.1:8081"
workers = 1
worker_class = "uvicorn.workers.UvicornWorker"