diff --git a/webapp/config.sample.inc.php b/webapp/config.sample.inc.php index 7577239983..ec2146852a 100644 --- a/webapp/config.sample.inc.php +++ b/webapp/config.sample.inc.php @@ -80,6 +80,8 @@ // $THINKUP_CFG['db_user'] = 'your_test_database_username'; // $THINKUP_CFG['db_password'] = 'your_test_database_password'; // $THINKUP_CFG['db_name'] = 'your_test_database_name'; //by default, thinkup_tests + $THINKUP_CFG['cache_pages'] = false; + $THINKUP_CFG['debug'] = true; ini_set('error_reporting', E_STRICT); }