oebb_py/gunicorn.cfg

6 lines
105 B
INI

import multiprocessing
name = "OEBBAPI"
bind = "0.0.0.0:8803"
workers = multiprocessing.cpu_count() * 4