thd/cache/frontend/dev/config/config_databases.yml.php
author Julien Rougeron <julien.rougeron@iri.centrepompidou.fr>
Wed, 05 Sep 2012 11:36:05 +0200
changeset 67 7491c5d95bac
parent 35 94a1dc255022
permissions -rw-r--r--
"commit to test the merge"

<?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',
)),);