mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
10 lines
318 B
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)%'
|