[wip] upgrade configuration to chill v3 (symfony 5)

This commit is contained in:
2024-07-03 11:14:05 +02:00
parent 002fd7b632
commit bf29c7756f
20 changed files with 137 additions and 199 deletions

View File

@@ -0,0 +1,14 @@
framework:
cache:
default_redis_provider: '%env(resolve:REDIS_URL)%'
pools:
cache.user_data:
adapter: cache.adapter.redis
public: true
default_lifetime: 300 # 5 minutes
# will be used in chill_main.tag_aware_cache service
cache.tags:
adapter: cache.adapter.redis
public: false
default_lifetime: 300