link to file_versioning.rst

which describes files_versions and config.php settings
backports to 8.2
This commit is contained in:
Carla Schroder 2016-04-15 12:04:45 -07:00
parent 56a37d315b
commit 912693af49
1 changed files with 3 additions and 3 deletions

View File

@ -430,14 +430,14 @@ $CONFIG = array(
* Both minimum and maximum times can be set together to explicitly define
* version deletion. For migration purposes, this setting is installed
* initially set to "auto", which is equivalent to the default setting in
* ownCloud 8.1 and before.
* ownCloud 8.1 and before.
*
* Available values:
*
* * ``auto``
* default setting. Automatically expire versions according to expire
* rules. Please refer to Files_versions online documentation for more
* info.
* rules. Please refer to :doc:`../configuration_files/file_versioning` for
* more information.
* * ``D, auto``
* keep versions at least for D days, apply expire rules to all versions
* that are older than D days