Welcome Guest, Not a member yet? Register   Sign In
CI_DEBUG environment override
#3

Try:
Code:
--- a/app/Config/Boot/development.php
+++ b/app/Config/Boot/development.php
@@ -29,4 +29,4 @@ defined('SHOW_DEBUG_BACKTRACE') || define('SHOW_DEBUG_BACKTRACE', true);
  | the system. This will control whether Kint is loaded, and a few other
  | items. It can always be used within your own application too.
  */
-defined('CI_DEBUG') || define('CI_DEBUG', true);
+defined('CI_DEBUG') || define('CI_DEBUG', $_ENV['CI_DEBUG']);
Reply


Messages In This Thread
CI_DEBUG environment override - by doitlikejustin - 10-19-2022, 11:24 AM
RE: CI_DEBUG environment override - by kenjis - 10-27-2022, 12:22 AM
RE: CI_DEBUG environment override - by kenjis - 10-28-2022, 05:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB