blob: a5bc7e3a8993e7a99813ab0d2618b692c6844e19 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
// this file is a config example for the codeigniter-memcache library
// add this file to the your application's config directory
$config["MEMCACHE_HOST"] = '127.0.0.1';
$config["MEMCACHE_PORT"] = 11211;
?>
|