mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -928,6 +928,19 @@ The default location for themes is ``owncloud/themes/``.
|
||||
The default cipher for encrypting files. Currently AES-128-CFB and
|
||||
AES-256-CFB are supported.
|
||||
|
||||
::
|
||||
|
||||
'minimum.supported.desktop.version' => '1.7.0',
|
||||
|
||||
The minimum ownCloud desktop client version that will be allowed to sync with
|
||||
this server instance. All connections made from earlier clients will be denied
|
||||
by the server. Defaults to the minimum officially supported ownCloud version at
|
||||
the time of release of this server version.
|
||||
|
||||
When changing this, note that older unsupported versions of the ownCloud desktop
|
||||
client may not function as expected, and could lead to permanent data loss for
|
||||
clients or other unexpected results.
|
||||
|
||||
Memory caching backend configuration
|
||||
------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user