Application/application/Config/config.cache.php

15 lines
229 B
PHP
Raw Normal View History

2016-07-11 11:12:00 +00:00
<?php
return array(
'cache_query_string' => false,
'memcached' => array(
'default' => array(
'hostname' => '127.0.0.1',
'port' => '11211',
'weight' => '1',
)
),
'redis' => array(
'' => ''
)
);