From 33a9f0ba3ec1f4f3962469b04b625ab9da0256ad Mon Sep 17 00:00:00 2001 From: Dillon-Brown Date: Tue, 4 Feb 2020 17:05:08 +0000 Subject: [PATCH] Update .env to use the Symfony configuration standard --- .env.dist => .env | 2 +- .env.test.dist => .env.test | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .env.dist => .env (96%) rename .env.test.dist => .env.test (100%) diff --git a/.env.dist b/.env similarity index 96% rename from .env.dist rename to .env index c2bc90073..f0ecea18d 100644 --- a/.env.dist +++ b/.env @@ -1,7 +1,7 @@ # In all environments, the following files are loaded if they exist, # the latter taking precedence over the former: # -# * .env.dist contains default values for the environment variables needed by the app +# * .env contains default values for the environment variables needed by the app # * .env.local uncommitted file with local overrides # * .env.$APP_ENV committed environment-specific defaults # * .env.$APP_ENV.local uncommitted environment-specific overrides diff --git a/.env.test.dist b/.env.test similarity index 100% rename from .env.test.dist rename to .env.test