diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index b07e18f..0d4e65a 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -29,11 +29,11 @@ doctrine: alias: GedmoTree # (optional) it will default to the name set for the mapping is_bundle: false -when@test: - doctrine: - dbal: - # "TEST_TOKEN" is typically set by ParaTest - dbname_suffix: '_test%env(default::TEST_TOKEN)%' +# when@test: +# doctrine: +# dbal: +# # "TEST_TOKEN" is typically set by ParaTest +# dbname_suffix: '_test%env(default::TEST_TOKEN)%' when@prod: doctrine: