Skip to content

Commit

Permalink
Add pathMappings to config example
Browse files Browse the repository at this point in the history
  • Loading branch information
danrahn committed Mar 9, 2024
1 parent eb0b63a commit 4109e6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
"extendedMarkerStats" : true,
"previewThumbnails" : true,
"preciseThumbnails" : false
}
},
"pathMappings": [
{
"from": "Z:\\",
"to": "/mnt/data"
}
]
}

0 comments on commit 4109e6b

Please sign in to comment.