13 lines
344 B
YAML
13 lines
344 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
|
|
services:
|
|
cache.backend.null:
|
|
class: Drupal\Core\Cache\NullBackendFactory
|
|
|
|
cors.config:
|
|
enabled: true
|