Skip to content

Commit 4874ef9

Browse files
committed
minor #10866 Fixing another typo for .env.local file (wimme002)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #10866). Discussion ---------- Fixing another typo for .env.local file Commits ------- 369a11b Fixing another typo for .env.local file
2 parents b0ffe33 + 369a11b commit 4874ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ application doesn't care about the location of your database or the credentials
4444
to access to it, as long as the database is correctly configured.
4545

4646
To override these variables with machine-specific or sensitive values, create a
47-
``env.local`` file. This file should not be added to version control.
47+
``.env.local`` file. This file should not be added to version control.
4848

4949
.. caution::
5050

0 commit comments

Comments
 (0)