From 9c02a1f572b5d0c8bb951994cb2c828da9870919 Mon Sep 17 00:00:00 2001 From: Florian Cellier Date: Mon, 8 Jan 2024 13:32:30 +0100 Subject: [PATCH] [DotEnv] Update configuration.rst --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 37e341179ee..56bc30fcf4c 100644 --- a/configuration.rst +++ b/configuration.rst @@ -1076,7 +1076,7 @@ already existing ``.env`` files). # .env (or .env.local) APP_ENV=prod - # .env.prod (or .env.local.prod) - this will fallback on the loaders you defined + # .env.prod (or .env.prod.local) - this will fallback on the loaders you defined APP_ENV= .. _configuration-accessing-parameters: