-updated to use new database name, login and passwd (all 3 are "airtime"). You may delete old database by typing "dropdb -U campcaster -h localhost campcaster"
This commit is contained in:
parent
4739fd3d18
commit
7e96572aee
6 changed files with 14 additions and 14 deletions
|
@ -238,11 +238,11 @@ if ($DEBUG_IMPORT) {
|
|||
$testonly = false;
|
||||
$importMode = "link";
|
||||
$files = array("/path/to/your/test/file.mp3");
|
||||
$dsn = array('username' => 'campcaster',
|
||||
'password' => 'campcaster',
|
||||
$dsn = array('username' => 'airtime',
|
||||
'password' => 'airtime',
|
||||
'hostspec' => 'localhost',
|
||||
'phptype' => 'pgsql',
|
||||
'database' => 'campcaster');
|
||||
'database' => 'airtime');
|
||||
} else {
|
||||
$dsn = $CC_CONFIG['dsn'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue