mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
remove default database URL as it defined in .env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user