thd/cache/frontend/dev/config/config_databases.yml.php
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 03 Oct 2012 11:10:38 +0200
changeset 88 d4dffac9d657
parent 35 94a1dc255022
permissions -rw-r--r--
bonjour sur helloW

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