Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Added module config opts to complement PR in ZF2 #1

Merged
merged 1 commit into from
Oct 10, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configs/application.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
'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'),
),
));