doctrine.yaml 373 B

123456789101112131415
  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. framework:
  11. cache:
  12. pools:
  13. doctrine.system_cache_pool:
  14. adapter: cache.system