diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 2e311300..ce001963 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -31,7 +31,7 @@ $config = array( 'memcache' => array( 'enabled' => true, 'host' => 'localhost', // Memcache Host - 'post' => 11211, // Memcache Port + 'port' => 11211, // Memcache Port 'keyprefix' => 'mmcfe_ng_', // Prefix for all keys 'expiration'=> '90', // Cache time 'splay' => '15' // Splay time