From 54d66ecdcede4c548e35ba7d302cd7bb57a0d816 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Thu, 20 Jan 2022 18:03:47 -0500 Subject: [PATCH] Envr var --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index 45aaa27..afc9bc6 100644 --- a/.htaccess +++ b/.htaccess @@ -4,6 +4,11 @@ RewriteEngine On #RewriteBase /wrenchboard/ RewriteBase / +SetEnv CI_ENV development +#SetEnv CI_ENV production +SetEnv CI_CONFIG test_config +#SetEnv CI_CONFIG live_config + #Removes access to the system folder by users. #Additionally this will allow you to create a System.php controller, #previously this would not have been possible.