b7161910c0945432717a3828a21ce992e5ac3ef9
[zf2.biz/application_blanche.git] / configs / application.config.php
1 <?php
2 return array(
3     'module_paths' => array(
4         realpath(__DIR__ . '/../modules'),
5         realpath(__DIR__ . '/../vendors'),
6     ),
7     'modules' => array(
8         'Application',
9     ),
10     'module_listener_options' => array( 
11         'config_cache_enabled'     => false,
12         'cache_dir'                => realpath(__DIR__ . '/../data/cache'),
13     ),
14 );