diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-12-09 01:20:10 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-12-09 01:20:10 +0100 |
commit | 5db73c05fb692737cc466f033fa2c79c60f100ed (patch) | |
tree | c2fae3fae445b05908cc68a5bf357520578c527c /config | |
parent | 079d20a80e9412ae7787ce689d46e9b3859b348b (diff) | |
download | nextcloud-server-5db73c05fb692737cc466f033fa2c79c60f100ed.tar.gz nextcloud-server-5db73c05fb692737cc466f033fa2c79c60f100ed.zip |
Document memcached settings in config.sample.php
Diffstat (limited to 'config')
-rwxr-xr-x | 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 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, |