Skip to content

Commit

Permalink
Update sysconfig.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slims authored Nov 11, 2020
1 parent f3b8edf commit 30a8553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysconfig.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* In production mode, the system error message will be disabled
*/
define('ENVIRONMENT', 'development');
define('ENVIRONMENT', 'production');

switch (ENVIRONMENT) {
case 'development':
Expand Down Expand Up @@ -742,4 +742,4 @@
$sysconf['max_insert_batch'] = 100;

// load all Plugins
\SLiMS\Plugins::getInstance()->loadPlugins();
\SLiMS\Plugins::getInstance()->loadPlugins();

0 comments on commit 30a8553

Please sign in to comment.