We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5379839 commit 45b4d36Copy full SHA for 45b4d36
index.php
@@ -53,7 +53,7 @@
53
*
54
* NOTE: If you change these, also change the error_reporting() code below
55
*/
56
- define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
+ define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
57
58
/*
59
*---------------------------------------------------------------
0 commit comments