Files
httpbin/Procfile
T
Kenneth Reitz 2e0ba58bdc setproctitle
2011-12-29 13:32:10 -05:00

1 line
80 B
Plaintext

web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 --name httpbin