From 4ba5e14afd2d366b9fcdbdce76c7bc7ad6fbf31a Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 4 Nov 2008 15:15:52 +0000 Subject: Refs #514 git-svn-id: https://code.elgg.org/elgg/trunk@2393 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/settings.example.php b/engine/settings.example.php index f27690f57..b022a52af 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -93,7 +93,20 @@ * Note that the array keys must be numeric and consecutive, i.e., they start * at 0, the next one must be at 1, etc. */ - + + + /** + * Memcache setup (optional) + * This is where you may optionally set up memcache. + * + * Requirements: + * 1) One or more memcache servers (http://www.danga.com/memcached/) + * 2) PHP memcache wrapper (http://uk.php.net/manual/en/memcache.setup.php) + */ + //$CONFIG->memcache_servers = array ( + // array('server1', 11211), + // array('server2', 11211) + //); /** * Url - I am not sure if this will be here ? -- cgit v1.2.3