aboutsummaryrefslogtreecommitdiff
path: root/engine/settings.example.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r--engine/settings.example.php15
1 files changed, 14 insertions, 1 deletions
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 ?