module.exports = {
config: {
/**
* Schedule in cron format
*/
time: '0 */1 * * * *',
/**
* Include here the folders where the images will be searched.
* The supported extensions are ['.png', '.jpg', '.jpeg']
* example:
* folders: ['/home/user/Pictures']
*/
folders: []
}
}