This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/sites/development.services.yml
2017-05-22 15:16:02 +01:00

17 lines
444 B
YAML

# Local development services.
#
# To activate this feature, follow the instructions at the top of the
# 'example.settings.local.php' file, which sits next to this file.
parameters:
http.response.debug_cacheability_headers: true
twig.config:
# Twig debugging.
debug: true
# Twig auto-reload.
auto_reload: null
# Twig cache.
cache: false
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory