Sylius/config/packages/doctrine.yaml

10 lines
318 B
YAML

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:
url: '%env(resolve:DATABASE_URL)%'