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-03 19:53:22 +09:30

5 lines
86 B
Python

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