diff options
author | zsloan | 2015-03-27 20:28:51 +0000 |
---|---|---|
committer | zsloan | 2015-03-27 20:28:51 +0000 |
commit | d0911a04958a04042da02a334ccc528dae79cc17 (patch) | |
tree | 3c48e2e937c1dbeaf00a5697c87ed251afa5c8f1 /web/webqtl/base/webqtlConfigLocal.py | |
parent | a840ad18e1fe3db98a359a159e9b9b72367a2839 (diff) | |
download | genenetwork2-d0911a04958a04042da02a334ccc528dae79cc17.tar.gz |
Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files'
Diffstat (limited to 'web/webqtl/base/webqtlConfigLocal.py')
-rwxr-xr-x | web/webqtl/base/webqtlConfigLocal.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/web/webqtl/base/webqtlConfigLocal.py b/web/webqtl/base/webqtlConfigLocal.py deleted file mode 100755 index 1f986aa7..00000000 --- a/web/webqtl/base/webqtlConfigLocal.py +++ /dev/null @@ -1,17 +0,0 @@ -#########################################' -# Environment Variables - private -######################################### - -MYSQL_SERVER = 'localhost' -DB_NAME = 'db_webqtl_zas1024' -DB_USER = 'webqtlupd' -DB_PASSWD = 'webqtl' - -MYSQL_UPDSERVER = 'localhost' -DB_UPDNAME = 'db_webqtl_zas1024' -DB_UPDUSER = 'webqtlupd' -DB_UPDPASSWD = 'webqtl' - -GNROOT = '/home/zas1024/gn/' -PythonPath = '/usr/bin/python' -PIDDLE_FONT_PATH = '/usr/lib/python2.4/site-packages/piddle/truetypefonts/' |