forked from expo/troggle
update to WSL on different machine
This commit is contained in:
@@ -47,8 +47,8 @@ TEMPLATE_PATH = TROGGLE_PATH / 'templates'
|
||||
MEDIA_ROOT = TROGGLE_PATH / 'media'
|
||||
JSLIB_ROOT = TROGGLE_PATH / 'media' / 'jslib' # used for CaveViewer JS utility
|
||||
|
||||
FILES = Path('/mnt/f/expofiles/')
|
||||
EXPOFILES = Path('/mnt/f/expofiles/')
|
||||
FILES = Path('/mnt/c/EXPO/expofiles/')
|
||||
EXPOFILES = Path('/mnt/c/EXPO/expofiles/')
|
||||
SURVEY_SCANS = EXPOFILES / 'surveyscans'
|
||||
PHOTOS_ROOT = EXPOFILES / 'photos'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user