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         auto_generate_proxy_classes: true
 
  13         enable_lazy_ghost_objects: true
 
  14         report_fields_where_declared: true
 
  15         validate_xml_mapping: true
 
  16         naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
 
  17         identity_generation_preferences:
 
  18             Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
 
  25             # "TEST_TOKEN" is typically set by ParaTest
 
  26             dbname_suffix: '_test%env(default::TEST_TOKEN)%'
 
  31             auto_generate_proxy_classes: false
 
  32             proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
 
  35                 pool: doctrine.system_cache_pool
 
  38                 pool: doctrine.result_cache_pool
 
  43                 doctrine.result_cache_pool:
 
  45                 doctrine.system_cache_pool: