diff options
author | RealRancor <Fisch.666@gmx.de> | 2016-03-02 12:51:04 +0100 |
---|---|---|
committer | RealRancor <Fisch.666@gmx.de> | 2016-03-02 12:51:04 +0100 |
commit | 4a0d91a043210e3d69fade7ceb0d3bc8bf7ed413 (patch) | |
tree | eccabed3c71a560667ca2a2a2b3a3e4633896b0f /config | |
parent | 6d90651ff0218e4bebea1b6221969abde8a9d841 (diff) | |
download | nextcloud-server-4a0d91a043210e3d69fade7ceb0d3bc8bf7ed413.tar.gz nextcloud-server-4a0d91a043210e3d69fade7ceb0d3bc8bf7ed413.zip |
Add Versions app header to config.sample.php
Diffstat (limited to 'config')
-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, |