Update for new module event stuff and update zf2 submodule
[zf2.biz/application_blanche.git] / config / application.config.php
index ece654c..9edb86d 100644 (file)
@@ -1,14 +1,14 @@
 <?php
 return array(
-    'module_paths' => array(
-        realpath(dirname(__DIR__) . '/module'),
-        realpath(dirname(__DIR__) . '/vendor'),
-    ),
     'modules' => array(
         'Application',
     ),
     'module_listener_options' => array( 
         'config_cache_enabled' => false,
-        'cache_dir'            => realpath(dirname(__DIR__) . '/data/cache'),
+        'cache_dir'            => 'data/cache',
+        'module_paths' => array(
+            './module',
+            './vendor',
+        ),
     ),
 );