Cleanup in preparation for PR
[zf2.biz/galerie.git] / config / application.config.php
1 <?php
2 return array(
3     'modules' => array(
4         'Application',
5     ),
6     'module_listener_options' => array( 
7         'config_cache_enabled' => false,
8         'cache_dir'            => 'data/cache',
9         'module_paths' => array(
10             './module',
11             './vendor',
12         ),
13     ),
14     'service_manager' => array(
15         'use_defaults' => true,
16         'factories'    => array(
17         ),
18     ),
19 );