From b4c0f6f191bc7aa9d877088dc5abb24309818414 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Fri, 17 Mar 2023 20:48:52 -0400 Subject: [PATCH] test config --- app/Config/Boot/development.php | 2 ++ app/Config/Boot/production.php | 2 ++ app/Config/Boot/testing.php | 2 ++ app/Views/welcome_message.php | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/Config/Boot/development.php b/app/Config/Boot/development.php index 05a8612..a106c56 100644 --- a/app/Config/Boot/development.php +++ b/app/Config/Boot/development.php @@ -30,3 +30,5 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); | items. It can always be used within your own application too. */ defined('CI_DEBUG') || define('CI_DEBUG', true); + +define('ENV_ID', 'DEV20231703-A2'); \ No newline at end of file diff --git a/app/Config/Boot/production.php b/app/Config/Boot/production.php index 21d2580..25c7910 100644 --- a/app/Config/Boot/production.php +++ b/app/Config/Boot/production.php @@ -19,3 +19,5 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & | release of the framework. */ defined('CI_DEBUG') || define('CI_DEBUG', false); + +define('ENV_ID', 'PROD20231703-A2'); \ No newline at end of file diff --git a/app/Config/Boot/testing.php b/app/Config/Boot/testing.php index e07a1d4..e8107b6 100644 --- a/app/Config/Boot/testing.php +++ b/app/Config/Boot/testing.php @@ -30,3 +30,5 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); | release of the framework. */ defined('CI_DEBUG') || define('CI_DEBUG', true); + +define('ENV_ID', 'TEST20231703-A2'); \ No newline at end of file diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index d167547..32663ac 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -33,7 +33,7 @@
- +