-added script that updates various database config files for the frameworks we are using.

This commit is contained in:
mkonecny 2011-01-07 16:32:41 -05:00
parent 8d58f8fddb
commit ee6235f7f8
4 changed files with 95 additions and 13 deletions

View file

@ -238,11 +238,7 @@ if ($DEBUG_IMPORT) {
$testonly = false;
$importMode = "link";
$files = array("/path/to/your/test/file.mp3");
$dsn = array('username' => 'airtime',
'password' => 'airtime',
'hostspec' => 'localhost',
'phptype' => 'pgsql',
'database' => 'airtime');
$dsn = $CC_CONFIG['dsn'];
} else {
$dsn = $CC_CONFIG['dsn'];
}