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

#5 Turn off advagg in non-live mode

parent 5ef99676
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,5 @@ assert_options(ASSERT_ACTIVE, TRUE);
$settings['container_yamls'][] = __DIR__ . '/development.services.yml';
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
$config['advagg.settings']['enabled'] = FALSE;
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment