transient.chat/gunicorn_config.py

2 lines
86 B
Python

bind = "0.0.0.0:8000"
workers = 1 # Keep 1 worker due to in-memory-only architecture