summaryrefslogtreecommitdiffstats
path: root/localsettingsserver.py
diff options
context:
space:
mode:
authorexpoonserver <devnull@localhost>2015-10-02 15:10:04 +0100
committerexpoonserver <devnull@localhost>2015-10-02 15:10:04 +0100
commit6357efa0b6f0e5d673c55014db7d2c9f22f87c8f (patch)
tree757a73311dd46da940e41a2738e7b5132f99b2bf /localsettingsserver.py
parentfadf562fd92c8df403be883c397a83f739f55f78 (diff)
downloadtroggle-6357efa0b6f0e5d673c55014db7d2c9f22f87c8f.tar.gz
troggle-6357efa0b6f0e5d673c55014db7d2c9f22f87c8f.tar.bz2
troggle-6357efa0b6f0e5d673c55014db7d2c9f22f87c8f.zip
Move expoimage to expofiles
Relies on permanent rediect in apache config to keep old URLs working everywhere.
Diffstat (limited to 'localsettingsserver.py')
-rw-r--r--localsettingsserver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/localsettingsserver.py b/localsettingsserver.py
index fe1b013..6edb968 100644
--- a/localsettingsserver.py
+++ b/localsettingsserver.py
@@ -31,8 +31,8 @@ CAVERN = 'cavern'
THREEDTOPOS = '3dtopos'
EXPOWEB = REPOS_ROOT_PATH + 'expoweb/'
SURVEYS = REPOS_ROOT_PATH
-SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/'
-FILES = REPOS_ROOT_PATH + 'expoimages'
+SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/'
+FILES = REPOS_ROOT_PATH + 'expofiles'
PYTHON_PATH = REPOS_ROOT_PATH + 'troggle/'