Revert changes accidentally checked in
This commit is contained in:
parent
15397d270a
commit
ae85ea247e
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ import registry
|
|||
|
||||
if __name__ == '__main__':
|
||||
logging.config.fileConfig('conf/logging.conf', disable_existing_loggers=False)
|
||||
application.run(port=80, debug=True, threaded=True, host='0.0.0.0')
|
||||
application.run(port=5000, debug=True, threaded=True, host='0.0.0.0')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bind = '0.0.0.0:80'
|
||||
bind = '0.0.0.0:5000'
|
||||
workers = 2
|
||||
worker_class = 'gevent'
|
||||
timeout = 2000
|
||||
|
|
Reference in a new issue