Skip to content

Commit

Permalink
Merge pull request #455 from allanlaal/patch-1
Browse files Browse the repository at this point in the history
FIX update example config file to not use deprecated auto:folderName
  • Loading branch information
pacoorozco authored May 15, 2024
2 parents a4af61f + 3ee5c4f commit 85a5629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Example configuration file:
[
{
SourceFolder: YOUR_FOLDER_PATH
Album: "auto:folderName"
Album: "template:%_directory%"
DeleteAfterUpload: false
IncludePatterns: [ "**/*.jpg", "**/*.png" ]
ExcludePatterns: [ "**/ScreenShot*" ]
Expand Down

0 comments on commit 85a5629

Please sign in to comment.