Corrections diverses
[zf2.biz/galerie.git] / config / application.config.php
index 4c27d23..846b7b7 100644 (file)
@@ -2,18 +2,15 @@
 return array(
     'modules' => array(
         'Application',
+        'Auth',
     ),
-    'module_listener_options' => array( 
-        'config_cache_enabled' => false,
-        'cache_dir'            => 'data/cache',
+    'module_listener_options' => array(
+        'config_glob_paths'    => array(
+            'config/autoload/{,*.}{global,local}.php',
+        ),
         'module_paths' => array(
             './module',
             './vendor',
         ),
     ),
-    'service_manager' => array(
-        'use_defaults' => true,
-        'factories' => array(
-        )
-    )
 );