Files
wavelog/application/config/memcached.sample.php
2026-02-01 20:16:04 +01:00

20 lines
529 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| Memcached settings
| -------------------------------------------------------------------------
| Copy this sample file to memcached.php and define one or more servers
|
| See: https://codeigniter.com/userguide3/libraries/caching.html#memcached-caching
|
*/
$config = array(
'default' => array(
'hostname' => '127.0.0.1',
'port' => '11211',
'weight' => '1',
),
);