diff options
author | expo <expo@expobox.potato.hut> | 2014-07-23 09:47:48 +0100 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2014-07-23 09:47:48 +0100 |
commit | ea72b68532211e4c3473ad46e90f12656f6e7aa9 (patch) | |
tree | 9154abe032287b44a553f6389cca99465f914d00 /localsettingspotatohut.py | |
parent | 90fbc05e2d65b4a2a477d1a0ee36bffbd3a83975 (diff) | |
download | troggle-ea72b68532211e4c3473ad46e90f12656f6e7aa9.tar.gz troggle-ea72b68532211e4c3473ad46e90f12656f6e7aa9.tar.bz2 troggle-ea72b68532211e4c3473ad46e90f12656f6e7aa9.zip |
Set potato hut localsettingsfile to have correct URLs
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r-- | localsettingspotatohut.py | 4 |
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/' |