From 4109e6bc39626657a96cc92296b25fa723a17179 Mon Sep 17 00:00:00 2001 From: danrahn Date: Fri, 8 Mar 2024 18:40:55 -0800 Subject: [PATCH] Add pathMappings to config example --- config.example.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + } + ] }