From e0e957e394a9a01ab444e8c5e4e56c28a9390047 Mon Sep 17 00:00:00 2001 From: Francis Mawn Date: Tue, 29 Sep 2020 13:20:12 -0400 Subject: [PATCH] Fix wrong name used for environment variable --- config/craftcms/.env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/craftcms/.env.sample b/config/craftcms/.env.sample index 2bbda03..1e50b11 100644 --- a/config/craftcms/.env.sample +++ b/config/craftcms/.env.sample @@ -1,5 +1,5 @@ # The environment Craft is currently running in ('dev', 'staging', 'production', etc.) -CRAFT_ENVIRONMENT="dev" +ENVIRONMENT="dev" # The site name to be displayed in the control panel SITE_NAME="CSPS-EFPC"