summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-12-09 01:20:10 +0100
committerAndreas Fischer <bantu@owncloud.com>2013-12-09 14:35:20 +0100
commit5ac339b866bdfdfd2f5558e51f19f0935524f22b (patch)
tree5fd83c787bbeb056a7238c280b1b9bb9b155ff5c /config/config.sample.php
parent95c90ddbc459f287fa368dd2290191a902cdd6dc (diff)
downloadnextcloud-server-5ac339b866bdfdfd2f5558e51f19f0935524f22b.tar.gz
nextcloud-server-5ac339b866bdfdfd2f5558e51f19f0935524f22b.zip
Document memcached settings in config.sample.phpv6.0.0
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-xconfig/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ba068968323..1070ef72eda 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -114,6 +114,9 @@ $CONFIG = array(
/* Password to use for sendmail mail, depends on mail_smtpauth if this is used */
"mail_smtppassword" => "",
+/* memcached hostname and port (Only used when xCache, APC and APCu are absent.) */
+"memcached_server" => array('localhost', 11211),
+
/* How long should ownCloud keep deleted files in the trash bin, default value: 30 days */
'trashbin_retention_obligation' => 30,