thd/cache/frontend/dev/config/config_databases.yml.php
author veltr
Wed, 03 Oct 2012 11:02:47 +0200
changeset 85 2ca1471633e7
parent 35 94a1dc255022
permissions -rw-r--r--
Merge with 298c803245421a14a07ca39b19debab5c97340fb

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