-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed reference to rivers dataset, changed port to 5000
- Loading branch information
Rinke Hoekstra
committed
Feb 2, 2015
1 parent
e2e0bcd
commit 8c61c3a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
workers = 1 | ||
worker_class = 'socketio.sgunicorn.GeventSocketIOWorker' | ||
bind = '0.0.0.0:5400' | ||
pidfile = '/tmp/gunicorn-rivers.pid' | ||
bind = '0.0.0.0:5000' | ||
pidfile = '/tmp/gunicorn-brwsr.pid' | ||
debug = True | ||
loglevel = 'debug' | ||
errorlog = '/tmp/gunicorn_rivers_error.log' | ||
accesslog = '/tmp/gunicorn_rivers_access.log' | ||
errorlog = '/tmp/gunicorn_brwsr_error.log' | ||
accesslog = '/tmp/gunicorn_brwsr_access.log' | ||
daemon = True |