Skip to content

Commit 98d0e9a

Browse files
authored
Update doctrine.yaml
1 parent e1a1341 commit 98d0e9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
doctrine:
22
dbal:
33
url: '%env(resolve:DATABASE_URL)%'
4-
profiling_collect_backtrace: '%kernel.debug%'
54

65
# IMPORTANT: You MUST configure your server version,
76
# either here or in the DATABASE_URL env var (see .env file)
87
#server_version: '5.7'
98

9+
# backtrace queries in profiler (significantly increases memory usage per request)
10+
#profiling_collect_backtrace: '%kernel.debug%'
11+
1012
# only needed for MySQL
1113
charset: utf8mb4
1214
default_table_options:

0 commit comments

Comments
 (0)