development.config.php.dist 238 Bytes
Newer Older
Indra Raja's avatar
Indra Raja committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php

return [
    // Development time modules
    'modules' => [
    ],

    'module_listener_options' => [
        // Turn off caching
        'config_cache_enabled'     => false,
        'module_map_cache_enabled' => false,
    ],
];