diff options
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sample.js b/config.sample.js index d32cd75..cf8ee4a 100644 --- a/config.sample.js +++ b/config.sample.js @@ -62,7 +62,14 @@ module.exports = { to install a separate binary called graphicsmagick (http://www.graphicsmagick.org) for images and ffmpeg (https://ffmpeg.org/) for video files */ - generateThumbnails: false + generateThumbnails: false, + + /* + Allows users to download a .zip file of all files in an album. + The file is generated when the user clicks the download button in the view + and is re-used if the album has not changed between download requests + */ + generateZips: true }, // Folder where to store logs |