default db connection

This commit is contained in:
naomiaro 2010-11-04 17:53:55 -04:00
parent c4391eb287
commit f91af23cd7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $conf = array (
'adapter' => 'pgsql', 'adapter' => 'pgsql',
'connection' => 'connection' =>
array ( array (
'dsn' => 'pgsql:host=localhost;port=5432;dbname=Campcaster-naomiaro;user=test;password=test', 'dsn' => 'pgsql:host=localhost;port=5432;dbname=campcaster;user=campcaster;password=campcaster',
), ),
), ),
'default' => 'campcaster', 'default' => 'campcaster',