stream_auth/gunicorn_config.py

3 lines
120 B
Python
Raw Permalink Normal View History

2023-10-05 17:06:14 -03:00
workers = 4 # Adjust this based on your server's capabilities
bind = "0.0.0.0:8080" # Use the appropriate IP and port