mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
29
cache/atlbiomed/prod/config/config_databases.yml.php
vendored
Normal file
29
cache/atlbiomed/prod/config/config_databases.yml.php
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// auto-generated by sfDatabaseConfigHandler
|
||||
// date: 2012/06/11 14:35:44
|
||||
|
||||
$database = new sfPropelDatabase();
|
||||
$database->initialize(array (
|
||||
'dsn' => 'mysql://root:d6Gxlk78T3@localhost/db142237_atlbiomedprod',
|
||||
), 'sessions_db');
|
||||
$this->databases['sessions_db'] = $database;
|
||||
|
||||
$database = new sfPropelDatabase();
|
||||
$database->initialize(array (
|
||||
'phptype' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'db142237_atlbiomedprod',
|
||||
'username' => 'root',
|
||||
'password' => 'd6Gxlk78T3',
|
||||
), 'propel');
|
||||
$this->databases['propel'] = $database;
|
||||
|
||||
$database = new sfPropelDatabase();
|
||||
$database->initialize(array (
|
||||
'phptype' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'db142237_atlbiomedprod',
|
||||
'username' => 'root',
|
||||
'password' => 'd6Gxlk78T3',
|
||||
), 'atlbio');
|
||||
$this->databases['atlbio'] = $database;
|
Reference in New Issue
Block a user