diff --git a/app/Config/Boot/development.php b/app/Config/Boot/development.php index a054eec..e3777ba 100644 --- a/app/Config/Boot/development.php +++ b/app/Config/Boot/development.php @@ -31,7 +31,7 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); */ defined('CI_DEBUG') || define('CI_DEBUG', true); -define('ENV_ID', 'DEV20231703-A2'); +define('ENV_ID', 'DEVELOPMENT20231803-00'); define('HOME_PAGE_BACKGROUND', 'api_bk.jpg'); diff --git a/app/Config/Boot/production.php b/app/Config/Boot/production.php index a4707cd..36953b4 100644 --- a/app/Config/Boot/production.php +++ b/app/Config/Boot/production.php @@ -20,7 +20,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & */ defined('CI_DEBUG') || define('CI_DEBUG', false); -define('ENV_ID', 'PROD20231703-A2'); +define('ENV_ID', 'PRODUCTION20231703-A2'); define('HOME_PAGE_BACKGROUND', 'api_bk.jpg'); diff --git a/app/Config/Boot/testing.php b/app/Config/Boot/testing.php index b25c822..1f27063 100644 --- a/app/Config/Boot/testing.php +++ b/app/Config/Boot/testing.php @@ -31,7 +31,7 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true); */ defined('CI_DEBUG') || define('CI_DEBUG', true); -define('ENV_ID', 'TEST20231703-A2'); +define('ENV_ID', 'TESTING20231703-A2'); define('HOME_PAGE_BACKGROUND', 'api_bk.jpg');