diff options
author | Pjotr Prins | 2016-10-09 10:42:33 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-09 10:42:33 +0000 |
commit | 03ba5bf1edcf4f7adec15b51d0d8e22274fd4a07 (patch) | |
tree | bda2bc876b3225b88ab95498fd66967a85ab2fa1 /etc | |
parent | 9e4d5f6796c6e21d344709a73b60082cc602e6f3 (diff) | |
download | genenetwork2-03ba5bf1edcf4f7adec15b51d0d8e22274fd4a07.tar.gz |
Add version information
Diffstat (limited to 'etc')
-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 d8e57f38..db645f8b 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -18,6 +18,7 @@ import os import sys +GN_VERSION = open("../VERSION","r").read() 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 |