diff options
author | Zachary Sloan | 2013-08-14 17:25:52 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-08-14 17:25:52 -0500 |
commit | 26b1883a8fe4053b59833178f44e047157f2fc9c (patch) | |
tree | d2359e5952f6062d75ba1f43f1804a7b6df284c9 /wqflask/base/webqtlConfigLocal.py | |
parent | eea1c38a9851f31011787b27c14365211a06ea51 (diff) | |
parent | 6379959af53b2ec595b85ccdc099c6f14adf0381 (diff) | |
download | genenetwork2-26b1883a8fe4053b59833178f44e047157f2fc9c.tar.gz |
Merge branch 'master' of https://github.com/zsloan/genenetwork
Diffstat (limited to 'wqflask/base/webqtlConfigLocal.py')
-rwxr-xr-x | wqflask/base/webqtlConfigLocal.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/wqflask/base/webqtlConfigLocal.py b/wqflask/base/webqtlConfigLocal.py deleted file mode 100755 index abaeff93..00000000 --- a/wqflask/base/webqtlConfigLocal.py +++ /dev/null @@ -1,20 +0,0 @@ -#########################################' -# Environment Variables - private -######################################### - -MYSQL_SERVER = 'gn.cazhbciu2y1i.us-east-1.rds.amazonaws.com' -DB_NAME = 'db_webqtl' -DB_USER = 'webqtl' -DB_PASSWD = 'f2ZypIflRM' - -MYSQL_UPDSERVER = 'gn.cazhbciu2y1i.us-east-1.rds.amazonaws.com' -DB_UPDNAME = 'db_webqtl' -DB_UPDUSER = 'webqtl' -DB_UPDPASSWD = 'f2ZypIflRM' - -GNROOT = '/home/zas1024/gene/' -ROOT_URL = 'http://50.16.251.170' -PythonPath = '/usr/bin/python' -PIDDLE_FONT_PATH = '/usr/lib/python2.4/site-packages/piddle/truetypefonts/' - -TEXTUI=1 # XZ: This is to protect GN production server. If set to 0, no text UI is allowed. |