Add config glob pattern to application.config.php
authorEvan Coury <me@evancoury.com>
Sat, 19 May 2012 17:46:43 +0000 (10:46 -0700)
committerEvan Coury <me@evancoury.com>
Sat, 19 May 2012 17:46:43 +0000 (10:46 -0700)
config/application.config.php

index e8868a3..6e62784 100644 (file)
@@ -4,6 +4,9 @@ return array(
         'Application',
     ),
     'module_listener_options' => array( 
+        'config_glob_paths'    => array(
+            'config/autoload/{,*.}{global,local}.php',
+        ),
         'config_cache_enabled' => false,
         'cache_dir'            => 'data/cache',
         'module_paths' => array(