Clean up layout and configs
[zf2.biz/application_blanche.git] / config / application.config.php
index 6e62784..6504dea 100644 (file)
@@ -3,20 +3,13 @@ return array(
     'modules' => array(
         'Application',
     ),
-    'module_listener_options' => array( 
+    'module_listener_options' => array(
         'config_glob_paths'    => array(
             'config/autoload/{,*.}{global,local}.php',
         ),
-        'config_cache_enabled' => false,
-        'cache_dir'            => 'data/cache',
         'module_paths' => array(
             './module',
             './vendor',
         ),
     ),
-    'service_manager' => array(
-        'use_defaults' => true,
-        'factories'    => array(
-        ),
-    ),
 );