Merge branch 'master' of ../application-blanche
[zf2.biz/galerie.git] / config / application.config.php
index 9edb86d..9f36ab0 100644 (file)
@@ -2,10 +2,13 @@
 return array(
     'modules' => array(
         'Application',
+        'Auth',
+        'Galerie',
     ),
-    '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',