summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2014-07-23 09:47:48 +0100
committerexpo <expo@expobox.potato.hut>2014-07-23 09:47:48 +0100
commit4a3d181097e650a5b4b0c873fd1d6a146d2f34e8 (patch)
tree38e0c7b7af92356103f34366c70251ef65245f52
parentd8863dca481fa82c1c895a4ee295c7a86057ba80 (diff)
downloadtroggle-4a3d181097e650a5b4b0c873fd1d6a146d2f34e8.tar.gz
troggle-4a3d181097e650a5b4b0c873fd1d6a146d2f34e8.tar.bz2
troggle-4a3d181097e650a5b4b0c873fd1d6a146d2f34e8.zip
Set potato hut localsettingsfile to have correct URLs
-rw-r--r--localsettingspotatohut.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py
index 0594ca1..c657523 100644
--- a/localsettingspotatohut.py
+++ b/localsettingspotatohut.py
@@ -32,9 +32,9 @@ SURVEYS = '/home/expo/'
SURVEY_SCANS = '/home/expo/expoimages/'
FILES = '/home/expo/expoimages'
-EXPOWEB_URL = 'http://expo.survex.com/'
+EXPOWEB_URL = 'http://expo/'
-SURVEYS_URL = 'http://expo.survex.com/survey_scans/'
+SURVEYS_URL = 'http://expo/survey_scans/'
PYTHON_PATH = '/home/expo/troggle/'