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 | bfc867826d5c6aeeb31eb8ad71fbc0d9236ea582 (patch) | |
tree | 12b32f259e80e202daa482f27bf2c06831973090 /localsettingsubuntu.py | |
parent | af13e84c74790032d9280fc0487b1e0f0383ef5b (diff) | |
download | troggle-bfc867826d5c6aeeb31eb8ad71fbc0d9236ea582.tar.gz troggle-bfc867826d5c6aeeb31eb8ad71fbc0d9236ea582.tar.bz2 troggle-bfc867826d5c6aeeb31eb8ad71fbc0d9236ea582.zip |
Add the extra setting for the threed cache to all the template configs
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r-- | localsettingsubuntu.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |