Skip to content

Commit

Permalink
UPY-#167 - Change Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Dec 11, 2021
1 parent 200a2c8 commit e6c4792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn app.wsgi:application --bind :8000 --workers 3 --threads 2 --log-file - --log-level debug
web: gunicorn app.wsgi:application --log-file - --log-level debug
1 change: 1 addition & 0 deletions Procfile-aws
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app.wsgi:application --bind :8000 --workers 3 --threads 2 --log-file - --log-level debug

0 comments on commit e6c4792

Please sign in to comment.