thd/cache/frontend/prod/config/config_databases.yml.php
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 <?php
       
     2 // auto-generated by sfDatabaseConfigHandler
       
     3 // date: 2009/09/16 12:26:20
       
     4 
       
     5 return array(
       
     6 'doctrine' => new sfDoctrineDatabase(array (
       
     7   'dsn' => 'mysql:host=localhost;dbname=thd',
       
     8   'username' => 'thd',
       
     9   'password' => 'helsinki',
       
    10   'name' => 'doctrine',
       
    11 )),);