3         url: '%env(resolve:DATABASE_URL)%'
 
   5         # IMPORTANT: You MUST configure your server version,
 
   6         # either here or in the DATABASE_URL env var (see .env file)
 
   9         profiling_collect_backtrace: '%kernel.debug%'
 
  12         # only needed for MySQL
 
  14         default_table_options:
 
  15             collate: 'utf8mb4_unicode_ci'
 
  18         auto_generate_proxy_classes: true
 
  19         enable_lazy_ghost_objects: true
 
  20         report_fields_where_declared: true
 
  21         validate_xml_mapping: true
 
  22         naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
 
  28             # "TEST_TOKEN" is typically set by ParaTest
 
  29             dbname_suffix: '_test%env(default::TEST_TOKEN)%'
 
  34             auto_generate_proxy_classes: false
 
  35             proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
 
  38                 pool: doctrine.system_cache_pool
 
  41                 pool: doctrine.result_cache_pool
 
  46                 doctrine.result_cache_pool:
 
  48                 doctrine.system_cache_pool: