diff options
author | Frank Karlitschek <karlitschek@gmx.de> | 2016-03-03 14:10:22 -0500 |
---|---|---|
committer | Frank Karlitschek <karlitschek@gmx.de> | 2016-03-03 14:10:22 -0500 |
commit | 78f40de83535dc42acd1a007281f1ea9bdfa3b98 (patch) | |
tree | e12ea278b5bfd3779ba0265245bb71fc3122ce8c | |
parent | 61a71c6f69800b9a26e80f43f533cfb5a3dd245b (diff) | |
parent | dd36bed3e0e206ef08d103c6c1f8d893c4f86afc (diff) | |
download | nextcloud-server-78f40de83535dc42acd1a007281f1ea9bdfa3b98.tar.gz nextcloud-server-78f40de83535dc42acd1a007281f1ea9bdfa3b98.zip |
Merge pull request #22802 from RealRancor/backport_22776_stable8.2
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 31ebd2d0321..9c6a5c98e87 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -415,6 +415,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, |