diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2018-04-20 20:58:05 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2018-04-20 20:58:05 +0100 |
commit | 4385ce86c156944f8facfd7e6cb0a53b94db002d (patch) | |
tree | 12b32f259e80e202daa482f27bf2c06831973090 | |
parent | 46124a770f60f421c98f2edb11ae7c0028398971 (diff) | |
download | troggle-4385ce86c156944f8facfd7e6cb0a53b94db002d.tar.gz troggle-4385ce86c156944f8facfd7e6cb0a53b94db002d.tar.bz2 troggle-4385ce86c156944f8facfd7e6cb0a53b94db002d.zip |
Add the extra setting for the threed cache to all the template configs
-rw-r--r-- | localsettingspotatohut.py | 1 | ||||
-rw-r--r-- | localsettingsserver.py | 1 | ||||
-rw-r--r-- | localsettingsubuntu.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py index 5346415..976e61a 100644 --- a/localsettingspotatohut.py +++ b/localsettingspotatohut.py @@ -24,6 +24,7 @@ FIX_PERMISSIONS = ["sudo", "/usr/local/bin/fix_permissions"] SURVEX_DATA = REPOS_ROOT_PATH + 'loser/' TUNNEL_DATA = REPOS_ROOT_PATH + 'tunneldata/' +THREEDCACHEDIR = REPOS_ROOT_PATH + 'expowebcache/3d/' CAVERN = 'cavern' THREEDTOPOS = '3dtopos' 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' diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index c50a374..3ae475d 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -25,6 +25,7 @@ PUBLIC_SITE = False SURVEX_DATA = REPOS_ROOT_PATH + 'loser/' TUNNEL_DATA = REPOS_ROOT_PATH + 'tunneldata/' +THREEDCACHEDIR = REPOS_ROOT_PATH + 'expowebcache/3d/' CAVERN = 'cavern' THREEDTOPOS = '3dtopos' |