X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=daf929f2bd822067cd4daa7541c383030c8f1434;hb=5468d07acc0b01f413540c0178985870bbecc43d;hp=b0931067d12495fc676e344ecf9dbd7015f594e6;hpb=f8a26075e9ee566a933125f76e73208fffd775a2;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index b093106..daf929f 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -6,8 +6,11 @@ return new Zend\Config\Config(array( 'modules' => array( 'Application', ), - 'module_config' => array( - 'cache_config' => false, - 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'module_manager_options' => array( + 'enable_config_cache' => false, + 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'enable_dependency_check' => false, + 'enable_auto_installation' => false, + 'manifest_dir' => realpath(__DIR__ . '/../data'), ), ));