2 include_once('coughphp/load.inc.php');
3 include_once('coughphp/as_database/load.inc.php');
4 CoughDatabaseFactory
::addConfig(array(
5 // db_name_hash is a hash of alias name => actual db name (in the default
6 // case, db_name_used_during_generation => environment_db_name). For example,
7 // if you generate on `*_dev` databases and are setting up your test config,
8 // then the hash might look like this:
9 'db_name_hash' => array(
10 'app_db_dev' => 'krokobib',
11 'reports_dev' => 'krokobib'
14 'host' => 'localhost',