commit | 13e8db61b9af26ef0f81bfcd8b1ebe100e9f1640 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed May 27 15:01:55 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Wed May 27 15:01:55 2015 +0300 |
tree | 3fe59036f8cd342eead74b86510c2567390ddb63 | |
parent | cf4cb7d6d6ef70d2096193acca8ccecf74487799 [diff] [blame] |
[ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting Related: #3884
diff --git a/application/config/database.php b/application/config/database.php index 925b3e5..fc3a5e5 100644 --- a/application/config/database.php +++ b/application/config/database.php
@@ -71,7 +71,7 @@ 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, - 'db_debug' => TRUE, + 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8',