aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorZachary Sloan2013-01-25 21:00:08 +0000
committerZachary Sloan2013-01-25 21:00:08 +0000
commit59ed965cff915b1a96c387d947af9f673512c627 (patch)
treebe5834988ae3defcfcb235bf4a395c634bd15ffd /wqflask/base
parentde2f501fd28baa29d57d79b371b9ffe0d1972ce3 (diff)
downloadgenenetwork2-59ed965cff915b1a96c387d947af9f673512c627.tar.gz
Fixed a few bugs while trying to get the code running on the new server
Diffstat (limited to 'wqflask/base')
-rwxr-xr-xwqflask/base/webqtlConfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 755595e0..d5f09b64 100755
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -63,8 +63,8 @@ CMDLINEDIR = HTMLPATH + 'webqtl/cmdLine/'
ChangableHtmlPath = GNROOT + 'web/'
SITENAME = 'GN'
-PORTADDR = "http://132.192.47.32"
-BASEHREF = '<base href="http://132.192.47.32/">'
+PORTADDR = "http://50.16.251.170"
+BASEHREF = '<base href="http://50.16.251.170/">'
INFOPAGEHREF = '/dbdoc/%s.html'
GLOSSARYFILE = "/glossary.html"
CGIDIR = '/webqtl/' #XZ: The variable name 'CGIDIR' should be changed to 'PYTHONDIR'