X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=b7161910c0945432717a3828a21ce992e5ac3ef9;hb=a4421c44d9026edfe0c462f8e13cc8234efa401a;hp=b0931067d12495fc676e344ecf9dbd7015f594e6;hpb=f8a26075e9ee566a933125f76e73208fffd775a2;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index b093106..b716191 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -1,13 +1,14 @@ array( realpath(__DIR__ . '/../modules'), + realpath(__DIR__ . '/../vendors'), ), 'modules' => array( 'Application', ), - 'module_config' => array( - 'cache_config' => false, - 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'module_listener_options' => array( + 'config_cache_enabled' => false, + 'cache_dir' => realpath(__DIR__ . '/../data/cache'), ), -)); +);