]> Raphaƫl G. Git Repositories - airlibre/blob - config/packages/prod/doctrine.yaml
Add lock files
[airlibre] / config / packages / prod / doctrine.yaml
1 doctrine:
2 orm:
3 auto_generate_proxy_classes: false
4 metadata_cache_driver:
5 type: pool
6 pool: doctrine.system_cache_pool
7 query_cache_driver:
8 type: pool
9 pool: doctrine.system_cache_pool
10 result_cache_driver:
11 type: pool
12 pool: doctrine.result_cache_pool
13
14 framework:
15 cache:
16 pools:
17 doctrine.result_cache_pool:
18 adapter: cache.app
19 doctrine.system_cache_pool:
20 adapter: cache.system