Skip to content

Commit

Permalink
Config file test defaults: Set caching to false and debug to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed May 5, 2012
1 parent 5cf88df commit e21d0f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/config.sample.inc.php
Expand Up @@ -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);
}

Expand Down

0 comments on commit e21d0f8

Please sign in to comment.