-update propel database passwords
This commit is contained in:
parent
13c05d35a9
commit
8d58f8fddb
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ $conf = array (
|
|||
'adapter' => 'pgsql',
|
||||
'connection' =>
|
||||
array (
|
||||
'dsn' => 'pgsql:host=localhost;port=5432;dbname=campcaster;user=campcaster;password=campcaster',
|
||||
'dsn' => 'pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime',
|
||||
),
|
||||
),
|
||||
'default' => 'campcaster',
|
||||
|
@ -17,4 +17,4 @@ $conf = array (
|
|||
'generator_version' => '1.5.2',
|
||||
);
|
||||
$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-propel-config.php');
|
||||
return $conf;
|
||||
return $conf;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<datasource id="campcaster">
|
||||
<adapter>pgsql</adapter> <!-- sqlite, mysql, myssql, oracle, or pgsql -->
|
||||
<connection>
|
||||
<dsn>pgsql:host=localhost;port=5432;dbname=campcaster;user=campcaster;password=campcaster</dsn>
|
||||
<dsn>pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime</dsn>
|
||||
</connection>
|
||||
</datasource>
|
||||
</datasources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue