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