Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-22 16:19:41 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-01-22 18:33:54 +0400
commitb694f996d96d4abdb261977d6162d21963c5ee1e (patch)
treefdb795a48e4fa8aa752e50f71aafd9c55b57bfc9 /config
parent16d7716dee8c3b589a7365d7fc1b7917186c2dfc (diff)
allow admin to change retention obligation for the trash bin, default value is 180 days
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index dafb536fa6f..4398e360604 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -86,6 +86,9 @@ $CONFIG = array(
/* Password to use for sendmail mail, depends on mail_smtpauth if this is used */
"mail_smtppassword" => "",
+/* how long should ownCloud keep delteted files in the trash bin, default value: 180 days */
+'trashbin_retention_obligation' => 180,
+
/* Check 3rdparty apps for malicious code fragments */
"appcodechecker" => "",