diff options
author | RealRancor <Fisch.666@gmx.de> | 2016-03-02 12:51:04 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-02 15:33:09 +0100 |
commit | 8d07cb4d858e3ef86568a2075d257c9384c49428 (patch) | |
tree | 8e029232448544adcfb7265d743946210b52c8d4 | |
parent | 445957a0e2061b8f0b26ea6c859ca72abead3fa5 (diff) | |
download | nextcloud-server-8d07cb4d858e3ef86568a2075d257c9384c49428.tar.gz nextcloud-server-8d07cb4d858e3ef86568a2075d257c9384c49428.zip |
Add Versions app header to config.sample.php
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 1a6c8b31280..4321e5bab83 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -414,6 +414,12 @@ $CONFIG = array( /** + * File versions + * + * These parameters control the Versions app. + */ + +/** * If the versions app is enabled (default), this setting defines the policy * for when versions will be permanently deleted. * The app allows for two settings, a minimum time for version retention, |