summaryrefslogtreecommitdiffstatshomepage
path: root/sites/example.settings.local.php
diff options
context:
space:
mode:
authorwebchick <drupal@webchick.net>2014-08-05 21:58:15 -0700
committerwebchick <drupal@webchick.net>2014-08-05 21:58:15 -0700
commitfd8f71cb59e3351687db3bfa2e99094cb69ba5fc (patch)
treea526837fe086e88b673a3fbef7c9c35bcbbb9779 /sites/example.settings.local.php
parenteda0bc578e37807a7cacd97591568cd232ef8331 (diff)
downloaddrupal-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.php3
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.
*