Skip to content

Commit 6ac15df

Browse files
jameskfryjaviereguiluz
authored andcommitted
Fixing typo for .env.local file
It was probably just a typo.
1 parent 62e154d commit 6ac15df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ sensible, non-secret *default* values for all of your environment variables and
256256
*should* be commited to your repository.
257257

258258
To override these variables with machine-specific or sensitive values, create a
259-
``env.local`` file. This file is **not committed to the shared repository** and
259+
``.env.local`` file. This file is **not committed to the shared repository** and
260260
is only stored on your machine. In fact, the ``.gitignore`` file that comes with
261261
Symfony prevents it from being committed.
262262

0 commit comments

Comments
 (0)