Updated config file for unit tests (the farmer data model)

SVN:trunk[364]
This commit is contained in:
Romain Quetiez
2010-04-28 07:17:58 +00:00
parent c6a57b5a2f
commit 2545872236

View File

@@ -10,7 +10,7 @@
$MySettings = array(
'db_host' => 'localhost',
'db_user' => 'RomainDBLogin',
'db_user' => 'root',
'db_pwd' => '',
'db_name' => 'TestFarm',
'db_subname' => '', // use it to differentiate two applications instances running on the same DB
@@ -20,6 +20,9 @@ $MySettings = array(
$MyModules = array(
'application' => array (
// '../core/event.class.inc.php',
// '../core/action.class.inc.php',
// '../core/trigger.class.inc.php',
// to be continued...
),
'business' => array (