Skip to content
Snippets Groups Projects
Commit 586e66c0 authored by jurgenhaas's avatar jurgenhaas
Browse files

#15

parent 0861e3d8
No related branches found
No related tags found
1 merge request!83Merging develop into main
......@@ -14,7 +14,7 @@ $settings['skip_permissions_hardening'] = {{ live ? 'FALSE' : 'TRUE' }};
{% if not live %}
assert_options(ASSERT_ACTIVE, TRUE);
\Drupal\Component\Assertion\Handle::register();
assert_options(ASSERT_EXCEPTION, TRUE);
$settings['container_yamls'][] = __DIR__ . '/development.services.yml';
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment