X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=3db882fa7c8ae3fe0f2303ef01458bc0fc8de850;hb=d60fa20c5b775f3e02542cb861c1fa9a862096ae;hp=d725788bcefbe803c2016fcacd2a452ed1c052ba;hpb=1380ef470cde41f1037932cbe6985083b125fa76;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index d725788..3db882f 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -9,5 +9,8 @@ return new Zend\Config\Config(array( 'module_manager_options' => array( 'enable_config_cache' => false, 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'enable_dependency_check' => false, + 'enable_self_installation' => false, + 'manifest_dir' => realpath(__DIR__ . '/../data'), ), ));