mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
add cache service
This commit is contained in:
@@ -25,6 +25,7 @@ dev:
|
||||
#Services are defined in service.yml configuration file
|
||||
template_engine: twig_debug
|
||||
orm: doctrine_dev
|
||||
cache: array_cache
|
||||
|
||||
##############
|
||||
# PRODUCTION #
|
||||
@@ -39,6 +40,7 @@ prod:
|
||||
|
||||
template_engine: twig
|
||||
orm: doctrine_prod
|
||||
cache: apc_cache
|
||||
|
||||
##############
|
||||
# TEST #
|
||||
@@ -53,5 +55,6 @@ test:
|
||||
|
||||
template_engine: twig_debug
|
||||
orm: doctrine_test
|
||||
cache: array_cache
|
||||
|
||||
|
Reference in New Issue
Block a user