Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active November 24, 2021 14:24
Show Gist options
  • Save scripting/91d38910bb3c19231ed4e3c23ee45428 to your computer and use it in GitHub Desktop.
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.
{
"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