X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=b7161910c0945432717a3828a21ce992e5ac3ef9;hb=07f9a36fe6140f21229a07b3f1342edbe7cd8da1;hp=e280ee8456a1b5796d36123a96ebed719e4bb43c;hpb=a7f22ba984ddda1d8d01ee027fa76b73b1074407;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index e280ee8..b716191 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -1,17 +1,14 @@ 'Application\Bootstrap', +return array( 'module_paths' => array( realpath(__DIR__ . '/../modules'), + realpath(__DIR__ . '/../vendors'), ), 'modules' => array( 'Application', ), - 'module_manager_options' => array( - 'enable_config_cache' => false, + 'module_listener_options' => array( + 'config_cache_enabled' => false, 'cache_dir' => realpath(__DIR__ . '/../data/cache'), - 'enable_dependency_check' => false, - 'enable_auto_installation' => false, - 'manifest_dir' => realpath(__DIR__ . '/../data'), ), -)); +);