diff options
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js index 400bc72..53c6b11 100644 --- a/config.sample.js +++ b/config.sample.js @@ -48,6 +48,7 @@ module.exports = { // NOTE: Thumbnails are only for the admin panel and they require you // to install a separate binary called graphicsmagick (http://www.graphicsmagick.org) + // for images and FFmpeg (https://ffmpeg.org/) for video files generateThumbnails: false }, |