homehub/dev/gunicorn.conf.py

4 lines
77 B
Python
Raw Normal View History

2021-08-26 10:33:15 +00:00
bind = "0.0.0.0:3010"
worker_class = "aiohttp.GunicornWebWorker"
workers = 1