generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2024-03-26 02:50:22 +00:00
parent 9a2d0337d9
commit 179a7ed91a

View File

@ -155,9 +155,10 @@ dbhost
'dbhost' => '', 'dbhost' => '',
Your host server name, for example ``localhost``, ``hostname``, Your host server name, for example ``localhost``, ``hostname``,
``hostname.example.com``, or the IP address. To specify a port use ``hostname.example.com``, or the IP address.
``hostname:####``; to specify a Unix socket use
``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``. To specify a port use ``hostname:####``, for IPv6 addresses use the URI notation ``[ip]:port``.
To specify a Unix socket use ``/path/to/directory/containing/socket``, e.g. ``/run/postgresql/``.
dbname dbname
^^^^^^ ^^^^^^
@ -3360,6 +3361,20 @@ Some companies require it to be disabled to comply with their security policy.
Simply set this property to "false", if you want to turn this feature off. Simply set this property to "false", if you want to turn this feature off.
login_form_timeout
^^^^^^^^^^^^^^^^^^
::
'login_form_timeout' => 300,
Timeout for the login form, after this time the login form is reset.
This prevents password leaks on public devices if the user forgots to clear the form.
Default is 5 minutes (300 seconds), a value of 0 means no timeout.
no_unsupported_browser_warning no_unsupported_browser_warning
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^