10 lines
189 B
YAML
10 lines
189 B
YAML
framework:
|
|
cache:
|
|
app: cache.adapter.redis
|
|
default_redis_provider: '%env(REDIS_URL)%'
|
|
|
|
when@dev:
|
|
framework:
|
|
cache:
|
|
app: cache.adapter.filesystem
|