diff options
author | William <william.hak57@gmail.com> | 2023-01-18 20:13:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 20:13:34 +0100 |
commit | 81ec99ae33d637d4474ee31c41c3b771be4f59e8 (patch) | |
tree | aeb40e0532eb7a3065bcab7b1c89047e28d5dd8c | |
parent | 138814f964a1875e0be93c633f9d73dc533dfbba (diff) | |
download | nextcloud-server-81ec99ae33d637d4474ee31c41c3b771be4f59e8.tar.gz nextcloud-server-81ec99ae33d637d4474ee31c41c3b771be4f59e8.zip |
Update config/config.sample.php
add better description
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: William <william.hak57@gmail.com>
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b9ed39d97a7..d529661b81d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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', |