Mercurial > hg > isophonics-drupal-site
annotate sites/development.services.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 # Local development services. |
Chris@0 | 2 # |
Chris@0 | 3 # To activate this feature, follow the instructions at the top of the |
Chris@0 | 4 # 'example.settings.local.php' file, which sits next to this file. |
Chris@0 | 5 parameters: |
Chris@0 | 6 http.response.debug_cacheability_headers: true |
Chris@0 | 7 services: |
Chris@0 | 8 cache.backend.null: |
Chris@0 | 9 class: Drupal\Core\Cache\NullBackendFactory |