Browse Source

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>
tags/v26.0.0beta1
William 1 year ago
parent
commit
81ec99ae33
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php View 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',

Loading…
Cancel
Save