generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2015-04-27 02:37:30 +02:00
parent d9f6cef116
commit bfd1b6e175

View File

@@ -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
------------------------------------