Skip to content

Commit 0c127f1

Browse files
ISSUE #1564: Remove doctrine production config
1 parent 165154b commit 0c127f1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

config/packages/doctrine.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,3 @@ when@test:
2525
# "TEST_TOKEN" is typically set by ParaTest
2626
dbname_suffix: '_test%env(default::TEST_TOKEN)%'
2727
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-
type: pool
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

Comments
 (0)