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