5 lines
86 B
Python
5 lines
86 B
Python
# to run: gunicorn -c gunicorn_config.py wsgi:api
|
|
|
|
bind = "0.0.0.0:5400"
|
|
workers = 2
|