Gustav Bertram | d08a510 | 2011-11-14 15:10:41 +0200 | [diff] [blame^] | 1 | <?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 */ |