doctrine: dbal: url: '%env(resolve:DATABASE_URL)%' schema_filter: ~^(?!logs_archive\.)~ orm: naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true mappings: App: is_bundle: false dir: '%kernel.project_dir%/src' prefix: 'App' alias: App when@test: doctrine: dbal: dbname_suffix: '_test%env(default::TEST_TOKEN)%' when@prod: doctrine: orm: query_cache_driver: type: pool pool: doctrine.system_cache_pool result_cache_driver: type: pool pool: doctrine.result_cache_pool framework: cache: pools: doctrine.result_cache_pool: adapter: cache.app doctrine.system_cache_pool: adapter: cache.system