thd/cache/frontend/dev/config/config_databases.yml.php
author grandjoncl <louise.grandjonc@gmail.com>
Mon, 03 Sep 2012 17:59:43 +0200
changeset 64 106e99607b03
parent 35 94a1dc255022
permissions -rw-r--r--
test Commit Louise

<?php
// auto-generated by sfDatabaseConfigHandler
// date: 2009/09/16 12:26:18

return array(
'doctrine' => new sfDoctrineDatabase(array (
  'dsn' => 'mysql:host=localhost;dbname=thd',
  'username' => 'thd',
  'password' => 'helsinki',
  'name' => 'doctrine',
)),);