diff options
| author | Pjotr Prins | 2015-03-30 09:52:42 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2015-03-30 09:52:42 +0200 |
| commit | 56177b238dc7d3b225caeda25fd558d98b17b3c6 (patch) | |
| tree | 61368594122a99ee2457e57145e97f475b3a29b9 /web/webqtl/base/webqtlConfigLocal.py | |
| parent | f651014b577f3af0c88f2669ec2f8d0260f398dd (diff) | |
| parent | 1dd2981a25cdb33ab575206020490c7cf799e2da (diff) | |
| download | genenetwork2-56177b238dc7d3b225caeda25fd558d98b17b3c6.tar.gz | |
Merge branch 'master' of https://github.com/zsloan/genenetwork2 into zsloan
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/' |
