remove default database URL as it defined in .env

This commit is contained in:
Smaine Milianni
2019-05-16 09:58:04 +02:00
parent 3b19bd9488
commit f7a7cccb25
@@ -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