diff --git a/config.example.json b/config.example.json index b0ff1ca..6f382a3 100644 --- a/config.example.json +++ b/config.example.json @@ -9,5 +9,11 @@ "extendedMarkerStats" : true, "previewThumbnails" : true, "preciseThumbnails" : false - } + }, + "pathMappings": [ + { + "from": "Z:\\", + "to": "/mnt/data" + } + ] }