[Pkg-owncloud-commits] [owncloud] 04/08: Document memcached settings in config.sample.php

David Prévot taffit at moszumanska.debian.org
Wed Dec 11 19:20:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 5ac339b866bdfdfd2f5558e51f19f0935524f22b
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Mon Dec 9 01:20:10 2013 +0100

    Document memcached settings in config.sample.php
---
 config/config.sample.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index ba06896..1070ef7 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,
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list