Files
httpbin/Procfile
T
Kenneth Reitz 2299db88e4 typo
2012-06-09 11:19:14 -04:00

1 line
82 B
Plaintext

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