We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If possible it would be nice to install and/or start without the default "developer mode".
Change define('ENVIRONMENT', 'development'); to define('ENVIRONMENT', 'production');
The text was updated successfully, but these errors were encountered:
define('ENVIRONMENT', 'production');
Where is this to be changed?
Sorry, something went wrong.
Hi, eric! Thanks for looking in to this.
It is located in $ /var/www/cloudlog/index.php
$ /var/www/cloudlog/index.php
*--------------------------------------------------------------- * APPLICATION ENVIRONMENT *--------------------------------------------------------------- */ #define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development'); define('ENVIRONMENT', 'development');
Change "development" to "production"
No branches or pull requests
If possible it would be nice to install and/or start without the default "developer mode".
Change
define('ENVIRONMENT', 'development');
to
define('ENVIRONMENT', 'production');
The text was updated successfully, but these errors were encountered: