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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !83
parents 4f14763d 36bbb198
No related branches found
No related tags found
1 merge request!83Merging develop into main
Pipeline #954720 passed
......@@ -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