MCPcopy
hub / github.com/PokeAPI/pokeapi / gunicorn.conf.py

File gunicorn.conf.py

gunicorn.conf.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os
2from multiprocessing import cpu_count
3
4bind = "0.0.0.0:{}".format(os.environ.get("SERVER_PORT", "80"))

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected