Core/Application/Config/config.cache.php
Abel Hoogeveen 8298975c98 Implemented renewed Routing and Output system.
Everything is in accordance with issue #89 and #90.
2016-06-07 15:12:35 +02:00

16 lines
256 B
PHP

<?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(
'' => ''
)
);