aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
authorPjotr Prins2018-01-29 15:10:09 +0000
committerPjotr Prins2018-01-29 15:10:09 +0000
commit85819dbeaf922456dc205e482e7e338952945d9b (patch)
treea8649fb42df66660a871d2aabf41163ffec4a06a /etc/default_settings.py
parentb3724d60d2e50dd19e61140406aa85dff981ac16 (diff)
downloadgenenetwork2-85819dbeaf922456dc205e482e7e338952945d9b.tar.gz
Gunicorn works
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index 59e22f1a..699d21f1 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -27,7 +27,7 @@ import sys
GN_VERSION = open("../etc/VERSION","r").read()
SQL_URI = "mysql://gn2:mysql_password@localhost/db_webqtl_s"
SQL_ALCHEMY_POOL_RECYCLE = 3600
-GN_SERVER_URL = "http://localhost:8880/"
+GN_SERVER_URL = "http://localhost:8880/" # REST API server
# ---- Flask configuration (see website)
TRAP_BAD_REQUEST_ERRORS = True