This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
simple-blog-api/gunicorn_config.py
2021-06-02 18:17:11 +09:30

5 lines
86 B
Python

# to run: gunicorn -c gunicorn_config.py wsgi:api
bind = "0.0.0.0:5400"
workers = 2