aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfigLocal.py
blob: abaeff934cdefd8f3f33151d13b6ff0f88ffd318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#########################################'
#      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.