Module galerie: Activation
[zf2.biz/galerie.git] / config / application.config.php
index e8868a3..1dab349 100644 (file)
@@ -2,18 +2,15 @@
 return array(
     'modules' => array(
         'Application',
+        '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',
         ),
     ),
-    'service_manager' => array(
-        'use_defaults' => true,
-        'factories'    => array(
-        ),
-    ),
 );