mirror of
https://github.com/nextcloud/documentation.git
synced 2025-07-25 16:05:49 +00:00
generate documentation from config.sample.php
This commit is contained in:
@ -155,9 +155,10 @@ dbhost
|
||||
'dbhost' => '',
|
||||
|
||||
Your host server name, for example ``localhost``, ``hostname``,
|
||||
``hostname.example.com``, or the IP address. To specify a port use
|
||||
``hostname:####``; to specify a Unix socket use
|
||||
``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``.
|
||||
``hostname.example.com``, or the IP address.
|
||||
|
||||
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
|
||||
^^^^^^
|
||||
@ -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.
|
||||
|
||||
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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
Reference in New Issue
Block a user