Created
November 13, 2018 21:00
-
-
Save baerkins/fddaafa314b1f429e5a78ab9b06bbd83 to your computer and use it in GitHub Desktop.
Local Development Services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: | |
debug: true | |
auto_reload: true | |
cache: false | |
services: | |
cache.backend.null: | |
class: Drupal\Core\Cache\NullBackendFactory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment