8000 Defaults go to .env file · symfony/symfony-docs@b74fcef · GitHub
[go: up one dir, main page]

Skip to content

Commit b74fcef

Browse files
committed
Defaults go to .env file
1 parent 9448323 commit b74fcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ application from undefined env vars, you can give them a default value using the
411411

412412
.. code-block:: bash
413413
414-
# .env (or .env.local)
414+
# .env
415415
DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db
416416
417417
.. seealso::

0 commit comments

Comments
 (0)
0