mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
Merge pull request #1143 from symfony/Tobion-patch-1
Put doctrine proxies in build dir for production
This commit is contained in:
@@ -26,6 +26,7 @@ when@prod:
|
||||
doctrine:
|
||||
orm:
|
||||
auto_generate_proxy_classes: false
|
||||
proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
|
||||
query_cache_driver:
|
||||
type: pool
|
||||
pool: doctrine.system_cache_pool
|
||||
|
||||
Reference in New Issue
Block a user