aboutsummaryrefslogtreecommitdiff
path: root/wqflask/runserver.py
diff options
context:
space:
mode:
authorPjotr Prins2018-01-29 14:15:49 +0000
committerPjotr Prins2018-01-29 14:15:49 +0000
commitb3724d60d2e50dd19e61140406aa85dff981ac16 (patch)
tree23dc1db8f3bc192aa40c77ae492033aed5787423 /wqflask/runserver.py
parent06b203e722c0061aae6c16f877619dc7af03638e (diff)
downloadgenenetwork2-b3724d60d2e50dd19e61140406aa85dff981ac16.tar.gz
startup script: adapting for gunicorn
Diffstat (limited to 'wqflask/runserver.py')
-rw-r--r--wqflask/runserver.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/runserver.py b/wqflask/runserver.py
index 50f134db..e62e34f2 100644
--- a/wqflask/runserver.py
+++ b/wqflask/runserver.py
@@ -1,5 +1,7 @@
# Starts the webserver with the ./bin/genenetwork2 command
#
+# This uses Werkzeug WSGI, see gunicorn.py for the alternative
+#
# Please note, running with host set externally below combined with
# debug mode is a security risk unless you have a firewall setup, e.g.
#