You are here

development.services.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.5

src/assets/development.services.yml

File

src/assets/development.services.yml
View source
  1. # Local development services.
  2. #
  3. # To activate this feature, follow the instructions at the top of the
  4. # 'example.settings.local.php' file, which sits next to this file.
  5. parameters:
  6. twig.config:
  7. debug: true
  8. cache: false
  9. http.response.debug_cacheability_headers: true
  10. services:
  11. cache.backend.null:
  12. class: Drupal\Core\Cache\NullBackendFactory