diff options
author | Pjotr Prins | 2020-04-26 10:17:53 -0500 |
---|---|---|
committer | GitHub | 2020-04-26 10:17:53 -0500 |
commit | 8f8d383c498dbd9e0d43d43144cdae9a045431ab (patch) | |
tree | 2a79eaad13f6a432eedfb4f38eed8762dcb51468 /etc | |
parent | d56ae51d72335c10e5f08c22a4e0cba1ab3547cb (diff) | |
parent | 92f505e42c6ac6314b29ac152654b393dc581501 (diff) | |
download | genenetwork2-8f8d383c498dbd9e0d43d43144cdae9a045431ab.tar.gz |
Merge pull request #382 from genenetwork/acenteno
Acenteno
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index 75f84dc4..4a35f42d 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -28,6 +28,8 @@ 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/" # REST API server +GN2_BASE_URL = "http://genenetwork.org/" +GN2_BRANCH_URL = GN2_BASE_URL # ---- Flask configuration (see website) TRAP_BAD_REQUEST_ERRORS = True |