We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165154b commit 0c127f1Copy full SHA for 0c127f1
config/packages/doctrine.yaml
@@ -25,23 +25,3 @@ when@test:
25
# "TEST_TOKEN" is typically set by ParaTest
26
dbname_suffix: '_test%env(default::TEST_TOKEN)%'
27
url: 'sqlite:///%kernel.project_dir%/tests/strava.db?charset=utf8mb4'
28
-
29
-when@prod:
30
- doctrine:
31
- orm:
32
- auto_generate_proxy_classes: false
33
- proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
34
- query_cache_driver:
35
- type: pool
36
- pool: doctrine.system_cache_pool
37
- result_cache_driver:
38
39
- pool: doctrine.result_cache_pool
40
41
- framework:
42
- cache:
43
- pools:
44
- doctrine.result_cache_pool:
45
- adapter: cache.app
46
- doctrine.system_cache_pool:
47
- adapter: cache.system
0 commit comments