From 4a3d181097e650a5b4b0c873fd1d6a146d2f34e8 Mon Sep 17 00:00:00 2001 From: expo Date: Wed, 23 Jul 2014 09:47:48 +0100 Subject: [PATCH] Set potato hut localsettingsfile to have correct URLs --- localsettingspotatohut.py | 4 ++-- 1 file 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/'