Fallback database URLs fixed.

This commit is contained in:
Alexey Skobkin 2018-06-23 23:19:01 +03:00
parent a6bc4afc3c
commit 0d04ec7485

View file

@ -3,7 +3,8 @@ parameters:
# This allows you to run cache:warmup even if your # This allows you to run cache:warmup even if your
# environment variables are not available yet. # environment variables are not available yet.
# You should not need to change this value. # You should not need to change this value.
env(DATABASE_URL): '' env(APP_DATABASE_URL): ''
env(MAGNETICOD_DATABASE_URL): ''
doctrine: doctrine:
dbal: dbal: