summaryrefslogtreecommitdiffstats
path: root/application/config/memcached.php
blob: d2ece65ccd5dda8f5042dd642157a713465ade9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| Memcached settings
| -------------------------------------------------------------------------
| Memcached doesn't seem to like hostnames. Try use an IP first. -GWB
|
*/

$config['default'] = array(
	'hostname' => '127.0.0.1',
	'port'     => '11211',
	'weight'   => '1'        
);  

/* End of file memcached.php */
/* Location: ./application/config/memcached.php */