File "memcached.php"

Full Path: /home/trinadezambia/public_html/democrm.trinadezambia.com/application/config/memcached.php
File size: 516 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/*
| -------------------------------------------------------------------------
| Memcached settings
| -------------------------------------------------------------------------
| Your Memcached servers can be specified below.
|
|	See: http://codeigniter.com/user_guide/libraries/caching.html#memcached
|
*/
$config = array(
	'default' => array(
		'hostname' => '127.0.0.1',
		'port'     => '11211',
		'weight'   => '1',
	),
);