diff options
author | webchick <drupal@webchick.net> | 2014-08-05 21:58:15 -0700 |
---|---|---|
committer | webchick <drupal@webchick.net> | 2014-08-05 21:58:15 -0700 |
commit | fd8f71cb59e3351687db3bfa2e99094cb69ba5fc (patch) | |
tree | a526837fe086e88b673a3fbef7c9c35bcbbb9779 /sites/example.settings.local.php | |
parent | eda0bc578e37807a7cacd97591568cd232ef8331 (diff) | |
download | drupal-fd8f71cb59e3351687db3bfa2e99094cb69ba5fc.tar.gz drupal-fd8f71cb59e3351687db3bfa2e99094cb69ba5fc.zip |
Issue #2309575 follow-up by Wim Leers: [Revert] Remove the null and memory backend definitions from core.services.yml in favour of devel module providing them instead.
Diffstat (limited to 'sites/example.settings.local.php')
-rw-r--r-- | sites/example.settings.local.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/example.settings.local.php b/sites/example.settings.local.php index 99cfcc476d5..1847f865fe5 100644 --- a/sites/example.settings.local.php +++ b/sites/example.settings.local.php @@ -17,6 +17,9 @@ $config['system.logging']['error_level'] = 'verbose'; $config['system.performance']['css']['preprocess'] = FALSE; $config['system.performance']['js']['preprocess'] = FALSE; +// Disable the render cache, by using the Null cache back-end. +$settings['cache']['bins']['render'] = 'cache.backend.null'; + /** * Enable access to rebuild.php. * |