mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Uncomment default configuration
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#doctrine_cache:
|
||||
# aliases:
|
||||
# apc_cache: my_apc_cache
|
||||
#
|
||||
# providers:
|
||||
# my_apc_cache:
|
||||
# type: apc
|
||||
# namespace: my_apc_cache_ns
|
||||
# aliases:
|
||||
# - apc_cache
|
||||
doctrine_cache:
|
||||
aliases:
|
||||
apc_cache: my_apc_cache
|
||||
|
||||
providers:
|
||||
my_apc_cache:
|
||||
type: apc
|
||||
namespace: my_apc_cache_ns
|
||||
aliases:
|
||||
- apc_cache
|
||||
|
||||
Reference in New Issue
Block a user