Last active
November 24, 2021 14:24
-
-
Save scripting/91d38910bb3c19231ed4e3c23ee45428 to your computer and use it in GitHub Desktop.
An example config.json for PublicFolder that does not delete files when they are removed from the watched folder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"watchFolder": "/Users/cluelessnewbie/publicFolder/", | |
"s3Folder": "/mybucket.com/publicfolder/", | |
"urlS3Folder": "http://mybucket.com/publicfolder/", | |
"flDeleteEnabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment