diff --git a/Procfile b/Procfile index a7808f32..9d37854b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app.wsgi:application --bind :8000 --workers 3 --threads 2 --log-file - --log-level debug \ No newline at end of file +web: gunicorn app.wsgi:application --log-file - --log-level debug \ No newline at end of file diff --git a/Procfile-aws b/Procfile-aws new file mode 100644 index 00000000..a7808f32 --- /dev/null +++ b/Procfile-aws @@ -0,0 +1 @@ +web: gunicorn app.wsgi:application --bind :8000 --workers 3 --threads 2 --log-file - --log-level debug \ No newline at end of file