test config

This commit is contained in:
2023-03-17 20:48:52 -04:00
parent 3e67eb295a
commit b4c0f6f191
4 changed files with 7 additions and 1 deletions
+2
View File
@@ -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');
+2
View File
@@ -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');
+2
View File
@@ -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');
+1 -1
View File
@@ -33,7 +33,7 @@
<body>
<div class="page_label">
<?php echo $envID ?>
<?php echo ENV_ID ?>
</div>