Skip to content

Instantly share code, notes, and snippets.

@larowlan
Created November 22, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larowlan/d64a210ca2cda3d115656b8f80334b9d to your computer and use it in GitHub Desktop.
Save larowlan/d64a210ca2cda3d115656b8f80334b9d to your computer and use it in GitHub Desktop.
<?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