Skip to content

Commit

Permalink
generate documentation from config.sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Sep 21, 2024
1 parent 3d35893 commit 99afc31
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions admin_manual/configuration_server/config_sample_php_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3692,6 +3692,28 @@ Enable features that are do respect accessibility standards yet.

Defaults to ``true``

binary_search_paths
^^^^^^^^^^^^^^^^^^^


::

'binary_search_paths' => [
'/usr/local/sbin',
'/usr/local/bin',
'/usr/sbin',
'/usr/bin',
'/sbin',
'/bin',
'/opt/bin',
],

Directories where nextcloud looks for binaries.

This is used to find external binaries like libreoffice, sendmail, ffmpeg and more.

Defaults to ``['/usr/local/sbin','/usr/local/bin','/usr/sbin','/usr/bin','/sbin','/bin','/opt/bin']``

.. ALL_OTHER_SECTIONS_END
.. Generated content above. Don't change this.
Expand Down

0 comments on commit 99afc31

Please sign in to comment.