Open tompatulpan opened 10 months ago
define('ENVIRONMENT', 'production');
Where is this to be changed?
Hi, eric! Thanks for looking in to this.
It is located in
$ /var/www/cloudlog/index.php
*---------------------------------------------------------------
* APPLICATION ENVIRONMENT
*---------------------------------------------------------------
*/
#define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
define('ENVIRONMENT', 'development');
Change "development" to "production"
define('ENVIRONMENT', 'production');
If possible it would be nice to install and/or start without the default "developer mode".
Change define('ENVIRONMENT', 'development'); to define('ENVIRONMENT', 'production');