From 02837daa509d6a4e3f1ecc76314407c262dfc076 Mon Sep 17 00:00:00 2001 From: Wim Molenberghs Date: Sat, 12 Jan 2019 08:54:32 +0100 Subject: [PATCH] Fixing another typo for .env.local file --- best_practices/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/configuration.rst b/best_practices/configuration.rst index f1424abf0a3..33a781edef3 100644 --- a/best_practices/configuration.rst +++ b/best_practices/configuration.rst @@ -44,7 +44,7 @@ application doesn't care about the location of your database or the credentials to access to it, as long as the database is correctly configured. To override these variables with machine-specific or sensitive values, create a -``env.local`` file. This file should not be added to version control. +``.env.local`` file. This file should not be added to version control. .. caution::