File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ return array(
15
15
// Whether or not to enable a configuration cache.
16
16
// If enabled, the merged configuration will be cached and used in
17
17
// subsequent requests.
18
- //'config_cache_enabled' => false,
19
- // The key used to create the configuration cache file name.
20
- //'config_cache_key' => 'module_config_cache',
21
- // The path in which to cache merged configuration.
22
- //'cache_dir' => './data/cache',
23
- // ...
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
+ // )
24
26
);
You can’t perform that action at this time.
0 commit comments