* You can load different configurations depending on your
* current environment. Setting the environment also influences
* things like logging and error reporting.
*
* This can be set to anything, but default usage is:
*
* development
* testing
* production
*
* NOTE: If you change these, also change the error_reporting() code below
*
*/
define('ENVIRONMENT', 'production');
1条答案
按热度按时间11dmarpk1#
在您的CI-篝火中的
index.php
文件中。您可以在这里找到此点,只需将define('ENVIRONMENT', 'development')
更改为define('ENVIRONMENT', 'production')