From 8af1f50b6ab5fffedc840187bc99c848a1e1f399 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Fri, 31 Mar 2023 20:31:24 -0400 Subject: [PATCH] Version file --- app/Config/Boot/production.php | 3 +-- app/Config/Boot/testing.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Config/Boot/production.php b/app/Config/Boot/production.php index 36953b4..43791e0 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', 'PRODUCTION20231703-A2'); +define('ENV_ID', 'PRODUCTION20233103-A1'); define('HOME_PAGE_BACKGROUND', 'api_bk.jpg'); @@ -28,4 +28,3 @@ define('MYFIT_DATABASE_HOSTNAME', '172.31.4.60'); define('MYFIT_DATABASE_USERNAME', 'myfit'); define('MYFIT_DATABASE_PASSWORD', 'myfit'); define('MYFIT_DATABASE', 'myfit_prod'); - diff --git a/app/Config/Boot/testing.php b/app/Config/Boot/testing.php index 1f27063..7178941 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', 'TESTING20231703-A2'); +define('ENV_ID', 'TESTING20233103-A1'); define('HOME_PAGE_BACKGROUND', 'api_bk.jpg');