blob: d2ece65ccd5dda8f5042dd642157a713465ade9c [file] [log] [blame]
Gustav Bertramd08a5102011-11-14 15:10:41 +02001<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2/*
3| -------------------------------------------------------------------------
4| Memcached settings
5| -------------------------------------------------------------------------
6| Memcached doesn't seem to like hostnames. Try use an IP first. -GWB
7|
8*/
9
10$config['default'] = array(
11 'hostname' => '127.0.0.1',
12 'port' => '11211',
13 'weight' => '1'
14);
15
16/* End of file memcached.php */
17/* Location: ./application/config/memcached.php */