Skip to content
Snippets Groups Projects
template.settings.local.php 622 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    assert_options(ASSERT_ACTIVE, TRUE);
    \Drupal\Component\Assertion\Handle::register();
    
    $settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
    $config['system.logging']['error_level'] = 'verbose';
    $config['system.performance']['css']['preprocess'] = FALSE;
    $config['system.performance']['js']['preprocess'] = FALSE;
    # $settings['cache']['bins']['render'] = 'cache.backend.null';
    # $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
    $settings['extension_discovery_scan_tests'] = TRUE;
    $settings['rebuild_access'] = TRUE;
    $settings['skip_permissions_hardening'] = TRUE;