mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
Update doctrine.yaml
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
doctrine:
|
||||
dbal:
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
profiling_collect_backtrace: '%kernel.debug%'
|
||||
|
||||
# IMPORTANT: You MUST configure your server version,
|
||||
# either here or in the DATABASE_URL env var (see .env file)
|
||||
#server_version: '5.7'
|
||||
|
||||
# backtrace queries in profiler (significantly increases memory usage per request)
|
||||
#profiling_collect_backtrace: '%kernel.debug%'
|
||||
|
||||
# only needed for MySQL
|
||||
charset: utf8mb4
|
||||
default_table_options:
|
||||
|
||||
Reference in New Issue
Block a user