This repository has been archived on 2025-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
Heartily/gunicorn_config.py
2023-06-29 16:32:46 -07:00

3 lines
52 B
Python

workers = 4
bind = '0.0.0.0:8000'
module = 'app:app'