diff options
author | Zachary Sloan | 2013-01-25 21:00:08 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-01-25 21:00:08 +0000 |
commit | 59ed965cff915b1a96c387d947af9f673512c627 (patch) | |
tree | be5834988ae3defcfcb235bf4a395c634bd15ffd /wqflask/base/webqtlConfig.py | |
parent | de2f501fd28baa29d57d79b371b9ffe0d1972ce3 (diff) | |
download | genenetwork2-59ed965cff915b1a96c387d947af9f673512c627.tar.gz |
Fixed a few bugs while trying to get the code running on the new server
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-x | wqflask/base/webqtlConfig.py | 4 |
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' |