Version file

This commit is contained in:
2023-03-31 20:31:24 -04:00
parent 1949c72c3c
commit 8af1f50b6a
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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');
+1 -1
View File
@@ -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');