patashala/application/config/memcached.php
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

11 lines
191 B
PHP
Executable File

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$config = array(
'default' => array(
'hostname' => '127.0.0.1',
'port' => '11211',
'weight' => '1',
),
);