diff options
author | Pjotr Prins | 2016-06-23 06:35:08 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-23 06:35:08 +0000 |
commit | 7d1daf02fad08abdece2e9b684e4ee7aff4c2b13 (patch) | |
tree | 1f0878fb39bb69614348dd2b6d6bef4961912408 /etc/default_settings.py | |
parent | 758272e8717774475cdce0576d0f08b1fbf7585d (diff) | |
download | genenetwork2-7d1daf02fad08abdece2e9b684e4ee7aff4c2b13.tar.gz |
Settings: add GN_SERVER_URL
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index b0060ed3..29bc2133 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -17,6 +17,7 @@ import sys SQL_URI = "mysql://gn2:mysql_password@localhost/db_webqtl_s" SQLALCHEMY_DATABASE_URI = 'mysql://gn2:mysql_password@localhost/db_webqtl_s' SQLALCHEMY_POOL_RECYCLE = 3600 +GN_SERVER_URL = "http://localhost:8880/" # Flask configuration (see website) TRAP_BAD_REQUEST_ERRORS = True |