Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Jun 16, 2018
1 parent 72cd4b7 commit 0c327fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bind = '0.0.0.0:5100'
bind = '0.0.0.0:5000'
workers = 1
accesslog = '-'
loglevel = 'debug'
Expand Down

0 comments on commit 0c327fa

Please sign in to comment.