mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 03:28:45 +02:00
14 lines
313 B
YAML
14 lines
313 B
YAML
framework:
|
|
cache:
|
|
# Unique name of your app: used to compute stable namespaces for cache keys.
|
|
prefix_seed: combodo/itop
|
|
|
|
# filesystem
|
|
app: cache.adapter.filesystem
|
|
|
|
# Namespaced pools use the above "app" backend by default
|
|
pools:
|
|
|
|
templates_cache_pool:
|
|
adapter: cache.app
|