aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfigLocal.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/base/webqtlConfigLocal.py')
-rwxr-xr-xwqflask/base/webqtlConfigLocal.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfigLocal.py b/wqflask/base/webqtlConfigLocal.py
new file mode 100755
index 00000000..84686234
--- /dev/null
+++ b/wqflask/base/webqtlConfigLocal.py
@@ -0,0 +1,20 @@
+#########################################'
+# Environment Variables - private
+#########################################
+
+MYSQL_SERVER = 'localhost'
+DB_NAME = 'db_webqtl_zas1024'
+DB_USER = 'webqtl'
+DB_PASSWD = 'webqtl'
+
+MYSQL_UPDSERVER = 'localhost'
+DB_UPDNAME = 'db_webqtl_zas1024'
+DB_UPDUSER = 'webqtl'
+DB_UPDPASSWD = 'webqtl'
+
+GNROOT = '/home/zas1024/gn/'
+ROOT_URL = 'http://alexandria.uthsc.edu:91/'
+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.