diff options
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 fb3670dd..6acea637 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 |