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

Commit dc0dc6e

Browse files
committed
Merge pull request #220 from stefanotorresi/patch-1
Remove module_listener_options since autoloaded config don't apply
2 parents a4c25d8 + d0eb170 commit dc0dc6e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

config/autoload/local.php.dist

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,4 @@
1212
*/
1313

1414
return array(
15-
// Whether or not to enable a configuration cache.
16-
// If enabled, the merged configuration will be cached and used in
17-
// subsequent requests.
18-
//'module_listener_options' => array(
19-
// 'config_cache_enabled' => false,
20-
// // The key used to create the configuration cache file name.
21-
// 'config_cache_key' => 'module_config_cache',
22-
// // The path in which to cache merged configuration.
23-
// 'cache_dir' => './data/cache',
24-
// ...
25-
// )
2615
);

0 commit comments

Comments
 (0)