mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
added config for page caching
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
networking_init_cms:
|
||||
cache:
|
||||
activate: false
|
||||
@@ -21,6 +21,9 @@ imports:
|
||||
# Set templating to twig. FOSUserBundle requires templating to be setup
|
||||
framework:
|
||||
templating: { engines: ['twig'] }
|
||||
pools:
|
||||
page.cache:
|
||||
adapter: cache.app
|
||||
|
||||
# Set up the serializer to read config file for App Page and User entities
|
||||
jms_serializer:
|
||||
|
||||
Reference in New Issue
Block a user