diff options
Diffstat (limited to 'application/config/example/memcache.php')
-rw-r--r-- | application/config/example/memcache.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/application/config/example/memcache.php b/application/config/example/memcache.php new file mode 100644 index 000000000..a5bc7e3a8 --- /dev/null +++ b/application/config/example/memcache.php @@ -0,0 +1,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; + + +?> |