]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update config/config.sample.php
authorWilliam <william.hak57@gmail.com>
Wed, 18 Jan 2023 19:13:34 +0000 (20:13 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 19:13:34 +0000 (20:13 +0100)
add better description

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: William <william.hak57@gmail.com>
config/config.sample.php

index b9ed39d97a718e46a5650eb6d099ee7fd4e2ac83..d529661b81dff7578bd6454dd9dfa15dda8f86c6 100644 (file)
@@ -1194,7 +1194,7 @@ $CONFIG = [
 /**
  * custom path for ffmpeg binary
  * 
- * Defaults to ``''`` (empty string)
+ * Defaults to ``null`` and falls back to searching ``avconv`` and ``ffmpeg`` in the configured ``PATH`` environment
  */
 'preview_ffmpeg_path' => '/usr/bin/ffmpeg',