diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-22 13:19:41 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-22 15:33:54 +0100 |
commit | b694f996d96d4abdb261977d6162d21963c5ee1e (patch) | |
tree | fdb795a48e4fa8aa752e50f71aafd9c55b57bfc9 /config | |
parent | 16d7716dee8c3b589a7365d7fc1b7917186c2dfc (diff) | |
download | nextcloud-server-b694f996d96d4abdb261977d6162d21963c5ee1e.tar.gz nextcloud-server-b694f996d96d4abdb261977d6162d21963c5ee1e.zip |
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.php | 3 |
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" => "", |