Core/tests/application/Config/config.cache.php

16 lines
256 B
PHP
Raw Normal View History

<?php
return array(
'cache_file_path' => '',
'cache_query_string' => false,
'memcached' => array(
'default' => array(
'hostname' => '127.0.0.1',
'port' => '11211',
'weight' => '1',
)
),
'redis' => array(
'' => ''
)
);