From f7a7cccb255e079b49eb6e79288f411c12ab4838 Mon Sep 17 00:00:00 2001 From: Smaine Milianni Date: Thu, 16 May 2019 09:58:04 +0200 Subject: [PATCH] remove default database URL as it defined in .env --- doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml index 9521fad7..849e3f45 100644 --- a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml @@ -1,10 +1,3 @@ -parameters: - # Adds a fallback DATABASE_URL if the env var is not set. - # This allows you to run cache:warmup even if your - # environment variables are not available yet. - # You should not need to change this value. - env(DATABASE_URL): '' - doctrine: dbal: # configure these for your database server