Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99afc31

Browse files
committed
generate documentation from config.sample.php
1 parent 3d35893 commit 99afc31

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎admin_manual/configuration_server/config_sample_php_parameters.rst‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3692,6 +3692,28 @@ Enable features that are do respect accessibility standards yet.
36923692

36933693
Defaults to ``true``
36943694

3695+
binary_search_paths
3696+
^^^^^^^^^^^^^^^^^^^
3697+
3698+
3699+
::
3700+
3701+
'binary_search_paths' => [
3702+
'/usr/local/sbin',
3703+
'/usr/local/bin',
3704+
'/usr/sbin',
3705+
'/usr/bin',
3706+
'/sbin',
3707+
'/bin',
3708+
'/opt/bin',
3709+
],
3710+
3711+
Directories where nextcloud looks for binaries.
3712+
3713+
This is used to find external binaries like libreoffice, sendmail, ffmpeg and more.
3714+
3715+
Defaults to ``['/usr/local/sbin','/usr/local/bin','/usr/sbin','/usr/bin','/sbin','/bin','/opt/bin']``
3716+
36953717
.. ALL_OTHER_SECTIONS_END
36963718
.. Generated content above. Don't change this.
36973719

0 commit comments

Comments
 (0)