X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=config%2Fapplication.config.php;h=e8868a36b0242d171dd6acf21bcca9d4f68e5046;hb=52f94fcc7087bb4b4134a0400ddedeba8c75175f;hp=273ebbee36b7325985abbfa68b7a716b882c8228;hpb=069c369af0d167f7bc1b359468f3136d50429747;p=zf2.biz%2Fgalerie.git diff --git a/config/application.config.php b/config/application.config.php index 273ebbe..e8868a3 100644 --- a/config/application.config.php +++ b/config/application.config.php @@ -1,15 +1,19 @@ 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'), - 'application_environment' => getenv('APPLICATION_ENV'), + 'config_cache_enabled' => false, + 'cache_dir' => 'data/cache', + 'module_paths' => array( + './module', + './vendor', + ), + ), + 'service_manager' => array( + 'use_defaults' => true, + 'factories' => array( + ), ), );