mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Updated recipes for symfony/framework-bundle.
This commit is contained in:
parent
36f2420cf5
commit
5d98e87e20
8 changed files with 28 additions and 40 deletions
|
@ -1,10 +1,10 @@
|
|||
framework:
|
||||
cache:
|
||||
# Put the unique name of your app here: the prefix seed
|
||||
# is used to compute stable namespaces for cache keys.
|
||||
# Unique name of your app: used to compute stable namespaces for cache keys.
|
||||
prefix_seed: Part-DB/Part-DB
|
||||
|
||||
# The app cache caches to the filesystem by default.
|
||||
# The "app" cache stores to the filesystem by default.
|
||||
# The data in this cache should persist between deploys.
|
||||
# Other options include:
|
||||
|
||||
# Redis
|
||||
|
@ -18,5 +18,5 @@ framework:
|
|||
pools:
|
||||
# Here all things related to cache the tree structures
|
||||
tree.cache:
|
||||
adapter: cache.app
|
||||
tags: true
|
||||
adapter: cache.app
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue