diff --git a/deploy/run.py b/deploy/run.py index eee1641ca48161557566256b862c4cd61b688c9a..2af109d595c4d4048255132100334cda9d0065f2 100755 --- a/deploy/run.py +++ b/deploy/run.py @@ -94,4 +94,5 @@ def dialog_eg(): if __name__ == '__main__': # gunicorn deploy.run:app --threads 4 + # Note that if you want to run this on a server, use host '0.0.0.0' app.run(host='127.0.0.1', port=dep_conf['net']['port'], debug=True)