array( realpath(__DIR__ . '/../modules'), ), 'modules' => array( 'Application', ), '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'), ), ));