11 lines
191 B
PHP
Executable File
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',
|
|
),
|
|
);
|