Files
httpbin/Procfile
T
Kenneth Reitz a8b97f093b 9 workers
2012-08-28 13:33:32 -04:00

1 line
81 B
Plaintext

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