From 4385ce86c156944f8facfd7e6cb0a53b94db002d Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Fri, 20 Apr 2018 20:58:05 +0100 Subject: Add the extra setting for the threed cache to all the template configs --- localsettingsserver.py | 1 + 1 file changed, 1 insertion(+) (limited to 'localsettingsserver.py') diff --git a/localsettingsserver.py b/localsettingsserver.py index b0cd49d..1d8fbe7 100644 --- a/localsettingsserver.py +++ b/localsettingsserver.py @@ -26,6 +26,7 @@ PUBLIC_SITE = True SURVEX_DATA = REPOS_ROOT_PATH + 'loser/' TUNNEL_DATA = REPOS_ROOT_PATH + 'tunneldata/' +THREEDCACHEDIR = REPOS_ROOT_PATH + 'expowebcache/3d/' CAVERN = 'cavern' THREEDTOPOS = '3dtopos' -- cgit v1.2.3