mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 22:54:12 +01:00
15 lines
324 B
YAML
15 lines
324 B
YAML
imports:
|
|
- { resource: ../config/default.yml }
|
|
|
|
framework:
|
|
cache:
|
|
pools:
|
|
cache.pool1:
|
|
public: true
|
|
adapter: cache.system
|
|
cache.pool2:
|
|
public: true
|
|
adapter: cache.pool3
|
|
cache.pool3:
|
|
clearer: ~
|