Fallback database URLs fixed.

This commit is contained in:
Alexey Skobkin 2018-06-23 23:19:01 +03:00
parent a6bc4afc3c
commit 0d04ec7485
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ parameters:
# 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): ''
env(APP_DATABASE_URL): ''
env(MAGNETICOD_DATABASE_URL): ''
doctrine:
dbal: