Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
os
2
from
multiprocessing
import
cpu_count
3
4
bind =
"0.0.0.0:{}"
.format(os.environ.get(
"SERVER_PORT"
,
"80"
))
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected