Created
November 22, 2016 21:12
-
-
Save larowlan/d64a210ca2cda3d115656b8f80334b9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$config['system.logging']['error_level'] = 'verbose'; | |
// See https://gist.github.com/larowlan/5baca05f5be4e5582777a9904ecaec41 for contents. | |
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/default/services.local.yml'; | |
$config['system.performance']['js']['preprocess'] = FALSE; | |
$config['system.performance']['css']['preprocess'] = FALSE; | |
$settings['cache']['bins']['render'] = 'cache.backend.null'; | |
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null'; | |
$settings['extension_discovery_scan_tests'] = TRUE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment