-added script that updates various database config files for the frameworks we are using.
This commit is contained in:
parent
8d58f8fddb
commit
ee6235f7f8
4 changed files with 95 additions and 13 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue